If page has been deleted
Namespace:
EPiServer.CoreAssembly: EPiServer (in EPiServer.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
public bool IsDeleted { get; } |
Return Value
True if the page is in the Recycle Bin.
Remarks
Since deletion of a page moves the page to the Recycle Bin rather than
deleting it, you can use this property to check if the page is deleted
or if it is "alive".