Click or drag to resize

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.6.492
Syntax
IUserGroup AssignedGroup { get; }

Property Value

IUserGroup
Remarks
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