Indicates whether the page should be displayed based on publish date.
Namespace:
EPiServer.CoreAssembly: EPiServer (in EPiServer.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
public bool CheckPublishedStatus( PagePublishedStatus status ) |
Parameters
- status
- Type: EPiServer.Core..::.PagePublishedStatus
The type of publish status to check against.
Return Value
True if the page should be displayed.
Remarks
Used internally to filter pages in listings. You should usually not need to refer to this method directly.