Click or drag to resize

IContentUnitInstance Properties


The IContentUnitInstance 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
Public property ElementId Gets the id of the underlying Element
Public property ElementName Gets the name of the underlying Element
Public property Icon Gets the icon name of this Content Unit Instance
Public property ParentElementId Gets the unique id of the underlying Element's parent Element
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

Public property SourceId Gets the id of the source Content Unit
Public property SourceReusable Gets whether the source Content Unit is Reusable
Public property TemplateName Gets of name of the MVC "View" for this Content Unit Instance
Top
See Also