Click or drag to resize

IContentItemVersionElements Method (String)


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

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
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 version doesn't have any elements with matching names.
See Also