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.3.169
Syntax IUser AssignedUser { get; }
ReadOnly Property AssignedUser As IUser
Get
property IUser^ AssignedUser {
IUser^ get ();
}
abstract AssignedUser : IUser with get
Property Value
Type:
IUserRemarks 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