IContentUnitInstancePending Property
|
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
Namespace: Ingeniux.CMS.PresentationAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool Pending { get; set; }Property Pending As Boolean
Get
Set
property bool Pending {
bool get ();
void set (bool value);
}abstract Pending : bool with get, set
Property Value
Boolean
See Also