IPageAssignedUser Property Ingeniux CMS Content Store API

Gets the User to whom this page is currently assigned. If the page is not assigned to a user, 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

IUser AssignedUser { get; }

Property Value

Type: IUser
Remarks

A page could be unassigned, assigned to a User or assigned to a Group. Having an assigned user doesn't necessarily mean that the page is checked out to that user.
See Also

Reference