winccoa-manager
    Preparing search index...

    Enumeration WinccoaCnsSubStrFlags

    Enumerates flags for WinccoaManager.cnsSubStr. Flags can be combined with binary OR (|).

    Index

    Enumeration Members

    Enumeration Members

    Node: 32

    The last node from Path.

    Parent: 8

    Like Path, but without the last node. If Path only has a single node, that node will be returned.

    Path: 4

    The node path. If resolvePath is true and the path can be resolved, this spans from after the view separator up to and including the last existing node. Otherwise, it spans from after the view separator up to and excluding the optional second view separator and the optional path separator directly before it.

    Root: 16

    The first node from Path.

    System: 1

    The system name. If resolvePath is true and the view can be resolved, the system name will be taken from the existing view, otherwise it will be taken from the given path string.

    Tail: 64

    Everything after Path.

    View: 2

    If specified without other flags, the view name (<view>), otherwise the view path (.<view>:).