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.3.169
Syntax IEnumerable<IElement> Elements(
string name
)
Function Elements (
name As String
) As IEnumerable(Of IElement)
IEnumerable<IElement^>^ Elements(
String^ name
)
abstract Elements :
name : string -> IEnumerable<IElement>
Parameters
- name
- Type: SystemString
Name of the elements to retrieve
Return Value
Type:
IEnumerableIElementCollection of direct child elements with matching name. Returns an empty collection if this version doesn't have any elements with matching names.
See Also