Click or drag to resize

IContentItemVersionElements(String) Method


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.6.492
Syntax
IEnumerable<IElement> Elements(
	string name
)

Parameters

name  String
Name of the elements to retrieve

Return Value

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