IPageCreationRuleAddGroup Method Ingeniux CMS Content Store API

Adds a new Group to the allowed groups that can use this page creation rule.

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

void AddGroup(
	IUserGroup grp
)

Parameters

grp
Type: Ingeniux.CMSIUserGroup
The group to add to the list
Remarks

This method does nothing if the group parameter is null or this Group is already on the list of allowed groups.

See Also

Reference