Click or drag to resize

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.5.94
Syntax
[JsonIgnoreAttribute]
bool Removed { get; }

Property Value

Type: Boolean
Remarks
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