Try our conversational search powered by Generative AI!

Class InUseNotification

Inheritance
System.Object
InUseNotification
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.Shell.Notification
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
[EPiServerDataStore(StoreName = "InUseNotifications")]
public class InUseNotification

Constructors

InUseNotification()

Declaration
public InUseNotification()

Properties

AddedManually

Declaration
public bool AddedManually { get; set; }
Property Value
Type Description
System.Boolean

ContentGuid

Declaration
[EPiServerDataIndex]
public Guid ContentGuid { get; set; }
Property Value
Type Description
System.Guid

CreateTime

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

Id

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

LanguageBranch

Declaration
[EPiServerDataIndex]
public string LanguageBranch { get; set; }
Property Value
Type Description
System.String

Modified

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

User

Declaration
[EPiServerDataIndex]
public string User { get; set; }
Property Value
Type Description
System.String

Extension Methods