IPageSetSecurityGroup Method Ingeniux CMS Content Store API

Sets the access level to this page for a specific User Group. Successful execution of this method causes the SecurityInherited property to be set to false.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

void SetSecurityGroup(
	EnumNodeLevelPermission security,
	IUserGroup group
)

Parameters

security
Type: Ingeniux.CMS.EnumsEnumNodeLevelPermission
Access level of the given user group
group
Type: Ingeniux.CMSIUserGroup
User group to set access level for on this page
See Also

Reference