winccoa-manager
    Preparing search index...

    Enumeration WinccoaCnsSearchMode

    Enumerates the different search modes for WinccoaManager.cnsGetIdSet.

    Can be combined using a pipe symbol (|), e. g.: WinccoaCnsSearchMode.DisplayName | WinccoaCnsSearchMode.CaseInsensitive

    Index

    Enumeration Members

    AllNames: 3

    Search both in ID and name path

    CaseInsensitive: 4

    Search case insensitve, to be combined with other flags

    DisplayName: 2

    Only search in name path

    Name: 1

    Only search in ID path