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 ApprovalViewModel

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

Constructors

ApprovalViewModel()

Declaration
public ApprovalViewModel()

Properties

CallToActionText

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

CallToActionUrl

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

Language

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

Notifications

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

ProjectTitle

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

Title

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

Type

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

Extension Methods