IPageCreationRuleAddGroup Method
|
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: 10.3.169
Syntax void AddGroup(
IUserGroup grp
)
Sub AddGroup (
grp As IUserGroup
)
void AddGroup(
IUserGroup^ grp
)
abstract AddGroup :
grp : IUserGroup -> unit
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