GetEnumerator()
|
none
|
Gets an Enumerator that can iterate through the BaseContentContainer‘s content.
|
GetEnumerator(IContentContainer, Predicate<IContentContainer>, Int32)
static
|
container, filter, level
|
Gets an enumerator that goes down the BaseContentContainer‘s hierarchy and iterates the children that meet a specific set of criteria.
|
GetEnumerator(Int32)
|
level
|
Gets an enumerator that goes down the BaseContentContainer‘s hierarchy and iterates its children.
|
GetEnumerator(Predicate<IContentContainer>)
|
filter
|
Gets an enumerator that iterates through the current BaseContentContainer with a specific criteria.
|