IContentItemRemoved Property
|
Gets whether the page is under Removed status, which means it is currently a descendant of the
Recycle Folder.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax [JsonIgnoreAttribute]
bool Removed { get; }
<JsonIgnoreAttribute>
ReadOnly Property Removed As Boolean
Get
[JsonIgnoreAttribute]
property bool Removed {
bool get ();
}
[<JsonIgnoreAttribute>]
abstract Removed : bool with get
Property Value
Type:
BooleanRemarks Removed pages cannot be
checked out or
marked for publish. A removed page must first be moved out of the Recycle Folder before it can behave like a normal page.
See Also