IPageVersionPresentationElement Method 
             | 
          
        
        
          
         
            Retrieves an 
Element that was added by its Presentation Content Unit by its unique ID.
            This method will not return elements that are outside of the presentation fields group.
            
 
    Namespace: 
   Ingeniux.CMS
    Assembly:
   Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
SyntaxIElement PresentationElement(
	string uniqueId
)
Function PresentationElement ( 
	uniqueId As String
) As IElement
IElement^ PresentationElement(
	String^ uniqueId
)
abstract PresentationElement : 
        uniqueId : string -> IElement 
Parameters
- uniqueId
 - Type: SystemString
Unique ID of the element to retrieve. 
Return Value
Type: 
IElementElement with matching ID. This method returns null if this element doesn't exist.
See Also