IContentControl Interface
Represents Content Control and groups Content Control properties that are common for all Content Control types.
Properties
Content
Gets the content of the current IContentControl.
Property Value
The content of the current IContentControl.
Remarks
For more information, see Get Content example.
ContentControlType
Gets the type of this Content Control.
ContentControlType ContentControlType { get; }
ReadOnly Property ContentControlType As ContentControlType
Property Value
The type of this Content Control.
Document
Gets the owner document.
Property Value
The owner document.
ElementType
Gets the ElementType of this IContentControl instance.
Property Value
The ElementType of this IContentControl instance.
Parent
Gets the parent of this IContentControl instance.
Property Value
The parent of this IContentControl instance.
ParentCollection
Gets the ElementCollection that contains this IContentControl instance.
ElementCollection ParentCollection { get; }
ReadOnly Property ParentCollection As ElementCollection
Property Value
The ElementCollection that contains this IContentControl instance.
Properties
Gets all the possible properties for this Content Control item.
ContentControlProperties Properties { get; }
ReadOnly Property Properties As ContentControlProperties
Property Value
All the possible properties for this Content Control item.
Methods
Update()
Updates the content of the current IContentControl with the data from XmlMapping.
UpdateSource()
Updates the source from XmlMapping of the current IContentControl with its content.