IContentItemVersionElements(String) Method
|
Retrieves the direct child
Elements of this version with names that match the specified name. Case-sensitive.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIEnumerable<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 String
- Name of the elements to retrieve
Return Value
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