Click or drag to resize

IContentItemSetSecurityGroup Method


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: 10.6.492
Syntax
void SetSecurityGroup(
	EnumNodeLevelPermission security,
	IUserGroup group
)

Parameters

security  EnumNodeLevelPermission
Access level of the given user group
group  IUserGroup
User group to set access level for on this page
See Also