Click or drag to resize
IPageSecurityRetrieverRetrieve Method
Retrieves the security configuration for given page.

Namespace: Kentico.Content.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
IPageSecurity Retrieve(
	TreeNode page
)

Parameters

page
Type: CMS.DocumentEngineTreeNode
Page to retrieve the security configuration for.

Return Value

Type: IPageSecurity
See Also