Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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()
Namespace: EPiServer.Cms.Shell.UI.Rest.Models.Internal
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
Declaration
public ContentReference ContentLink { get; set; }
Property Value
Type Description
ContentReference

Created

Declaration
public DateTime Created { get; set; }
Property Value
Type Description
System.DateTime

Id

Declaration
public Identity Id { get; set; }
Property Value
Type Description
Identity

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
Type Name Description
InUseNotification notification
IContent content
Returns
Type Description
InUseNotificationViewModel

Extension Methods