Define a set of elements in a tree structure, relative to a particular node.

Namespace: Composite.Data
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
public enum SitemapScope
Visual Basic
Public Enumeration SitemapScope
Visual C++
public enum class SitemapScope

Members

Member nameDescription
Current
Children
Descendants
DescendantsAndCurrent
Siblings
SiblingsAndSelf
Ancestors

See Also