IContentItemAssignedGroup Property
|
Gets the
Group to which this page is currently assigned. If the page is not assigned to a group, this method returns null.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IUserGroup AssignedGroup { get; }
ReadOnly Property AssignedGroup As IUserGroup
Get
property IUserGroup^ AssignedGroup {
IUserGroup^ get ();
}
abstract AssignedGroup : IUserGroup with get
Property Value
Type:
IUserGroupRemarks
A page could be unassigned, assigned to a
User, or assigned to a
Group.
The method
ClaimPageForCurrentUser can only be called if the page is assigned to a group to which the current user belongs.
See Also