Click or drag to resize

IContentItemAssignedUser Property


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