IContentItemVersionElementById Method
|
Retrieves an
Element by its unique ID.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IElement ElementById(
string uniqueId
)
Function ElementById (
uniqueId As String
) As IElement
IElement^ ElementById(
String^ uniqueId
)
abstract ElementById :
uniqueId : string -> IElement
Parameters
- uniqueId
- Type: SystemString
The ID of the element to retrieve.
Return Value
Type:
IElementElement with matching unique ID. This method returns null if this element doesn't exist.
See Also