Class EmailViewModel

Inheritance
System.Object
EmailViewModel
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.Notifications.Email.Internal
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
public class EmailViewModel

Constructors

EmailViewModel()

Declaration
public EmailViewModel()

Properties

Approvals

Declaration
public IEnumerable<ApprovalViewModel> Approvals { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<ApprovalViewModel>

Disclaimer

Declaration
public string Disclaimer { get; set; }
Property Value
Type Description
System.String

Header

Declaration
public string Header { get; set; }
Property Value
Type Description
System.String

Projects

Declaration
public IEnumerable<ProjectViewModel> Projects { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<ProjectViewModel>

Subject

Declaration
public string Subject { get; set; }
Property Value
Type Description
System.String

Extension Methods