IContainerLockedForIce Property
|
Gets/sets whether this container is locked in In-Context-Edit mode
When a container is locked, in ICE mode, user will not be able to select content units inside and move content units into/from/within the container
Namespace: Ingeniux.CMS.PresentationAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool LockedForIce { get; set; }Property LockedForIce As Boolean
Get
Set
property bool LockedForIce {
bool get ();
void set (bool value);
}abstract LockedForIce : bool with get, set
Property Value
Boolean
See Also