IContentItemAssignGroup Method
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax void AssignGroup(
IUserGroup group,
string comment
)
Sub AssignGroup (
group As IUserGroup,
comment As String
)
void AssignGroup(
IUserGroup^ group,
String^ comment
)
abstract AssignGroup :
group : IUserGroup *
comment : string -> unit
Parameters
- group
- Type: Ingeniux.CMSIUserGroup
User group to which to assign the page - comment
- Type: SystemString
Comments for this assignment action
Remarks If the group parameter is null, this is an unassign operation.
When a page is not in a Workflow, the comment specified will be set on the page itself into the AssignmentComment property.
Two events are fired during execution of this method: BeforePageAssign, and AfterPageAssign.
See Also