IPageVersionElements Method (String) Ingeniux CMS Content Store API

Retrieves the direct child Elements of this page version with names that match the specified name. Case-sensitive.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

IEnumerable<IElement> Elements(
	string name
)

Parameters

name
Type: SystemString
Name of the elements to retrieve

Return Value

Type: IEnumerableIElement
Collection of direct child elements with matching name. Returns an empty collection if this page version doesn't have any elements with matching names.
See Also

Reference