Sitecore 5.0 API

ItemPathType Enumeration

Specifies how the path is constructed.

[Visual Basic]
Public Enum ItemPathType
[C#]
public enum ItemPathType

Members

Member Name Description
ItemIDPath of IDs.
KeyPath of keys (lowercase name).
NamePath of names.

Requirements

Namespace: Sitecore.Data.Items

Assembly: Sitecore.Kernel (in Sitecore.Kernel.dll)

See Also

Sitecore.Data.Items Namespace