Class InUseNotificationViewModel
Inheritance
System.Object
InUseNotificationViewModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
public class InUseNotificationViewModel
Constructors
InUseNotificationViewModel()
Declaration
public InUseNotificationViewModel()
Properties
AddedManually
Declaration
public bool AddedManually { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ContentLink
Declaration
public ContentReference ContentLink { get; set; }
Property Value
Created
Declaration
public DateTime Created { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Id
Declaration
public Identity Id { get; set; }
Property Value
LanguageBranch
Declaration
public string LanguageBranch { get; set; }
Property Value
Type |
Description |
System.String |
|
Modified
Declaration
public DateTime Modified { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Uri
Declaration
public Uri Uri { get; set; }
Property Value
Type |
Description |
System.Uri |
|
UserName
Declaration
public string UserName { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
CreateFromNotification(InUseNotification, IContent)
Declaration
public static InUseNotificationViewModel CreateFromNotification(InUseNotification notification, IContent content)
Parameters
Returns
Extension Methods