Click or drag to resize

IComponentContentUnitInstance Properties


The IComponentContentUnitInstance type exposes the following members.

Properties
  Name Description
Public property AncestorGroupNames Gets the names of Group Elements, that are ancestors of the underlying Element of this instance
(Inherited from IContentUnitInstance)
Public property ContentContainerId Gets/set the id of the container html element that is used to host child Layout.
Public property ElementId Gets the id of the underlying Element
(Inherited from IContentUnitInstance)
Public property ElementName Gets the name of the underlying Element
(Inherited from IContentUnitInstance)
Public property Icon Gets the icon name of this Content Unit Instance
(Inherited from IContentUnitInstance)
Public property Layout Gets/sets the child Layout
Public property ParentElementId Gets the unique id of the underlying Element's parent Element
(Inherited from IContentUnitInstance)
Public property Pending

Gets/sets whether this instance is in pending state.

Content Unit Instances in pending state are just placed into Presentation, but the content of the underlying Element is not yet updated.

The state should be taken off when the element is updated


(Inherited from IContentUnitInstance)
Public property SharedComponentId Gets/set the shared component id. Only applies when the underlying Component Element has its original embed content shared out.
Public property SourceId Gets the id of the source Content Unit
(Inherited from IContentUnitInstance)
Public property SourceReusable Gets whether the source Content Unit is Reusable
(Inherited from IContentUnitInstance)
Public property TemplateName Gets of name of the MVC "View" for this Content Unit Instance
(Inherited from IContentUnitInstance)
Top
See Also