Enumeration WinccoaCnsSubStrFlags

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

Enumeration Members

Enumeration Members

Node

The last node from Path.

Parent

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

Path

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

The first node from Path.

System

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

Everything after Path.

View

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