IPageAssignedGroup Property Ingeniux CMS Content Store API

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: 9.0.565.0 (9.0.565)
Syntax

IUserGroup AssignedGroup { get; }

Property Value

Type: 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

Reference