Click or drag to resize

PagePermissionCollection Constructor (PagePermissionLevels, Page)

Initializes a new instance of the PagePermissionCollection class

Namespace:  Dynamicweb.Modules.UserManagement
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public PagePermissionCollection(
	PagePermissionLevels level,
	Page page
)

Parameters

level
Type: Dynamicweb.Security.UserManagementPagePermissionLevels
page
Type: Dynamicweb.ContentPage
See Also