Click or drag to resize
PathTypeEnum Enumeration
Path type enumeration.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public enum PathTypeEnum
Members
  Member nameValueDescription
Explicit0 Path used as it is (no additional modification).
Single1 Path representing single document.
Children2 Path representing all child documents.
Section3 Path representing document and its child documents.
See Also