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.6.492
Syntax
IUser AssignedUser { get; }

Property Value

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