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.5.94
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