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.6.308
Syntaxvoid 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
RemarksThis method does nothing if the group parameter is null or this Group is already on the list of allowed groups.
See Also