Click or drag to resize
IPageManager Interface
Page manager interface.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 11.0.0
Syntax
C#
public interface IPageManager

The IPageManager type exposes the following members.

Properties
  NameDescription
Public propertyCheckPermissions
Gets or sets the value that indicates whether permissions for current document should be checked
Public propertyIsAuthorized
Returns true if the user is authorized for current document.
Public propertySiteName
Page site name.
Public propertyViewMode
Current view mode.
Top
Methods
  NameDescription
Public methodClearCache
Causes clearing the control data cache.
Top
See Also