Click or drag to resize

IComponentContentUnitInstance Properties


The IComponentContentUnitInstance type exposes the following members.

Properties
  NameDescription
Public propertyAncestorGroupNames
Gets the names of Group Elements, that are ancestors of the underlying Element of this instance
(Inherited from IContentUnitInstance.)
Public propertyContentContainerId
Gets/set the id of the container html element that is used to host child Layout.
Public propertyElementId
Gets the id of the underlying Element
(Inherited from IContentUnitInstance.)
Public propertyElementName
Gets the name of the underlying Element
(Inherited from IContentUnitInstance.)
Public propertyIcon
Gets the icon name of this Content Unit Instance
(Inherited from IContentUnitInstance.)
Public propertyLayout
Gets/sets the child Layout
Public propertyParentElementId
Gets the unique id of the underlying Element's parent Element
(Inherited from IContentUnitInstance.)
Public propertyPending

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 propertySharedComponentId
Gets/set the shared component id. Only applies when the underlying Component Element has its original embed content shared out.
Public propertySourceId
Gets the id of the source Content Unit
(Inherited from IContentUnitInstance.)
Public propertySourceReusable
Gets whether the source Content Unit is Reusable
(Inherited from IContentUnitInstance.)
Public propertyTemplateName
Gets of name of the MVC "View" for this Content Unit Instance
(Inherited from IContentUnitInstance.)
Top
See Also