IPageCreationRuleAddGroup Method
|
Adds a new
Group to the allowed groups that can use this page creation rule.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid AddGroup(
IUserGroup grp
)
Sub AddGroup (
grp As IUserGroup
)
void AddGroup(
IUserGroup^ grp
)
abstract AddGroup :
grp : IUserGroup -> unit Parameters
- grp IUserGroup
- 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