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 ProjectViewModel

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

Constructors

ProjectViewModel()

Declaration
public ProjectViewModel()

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

Comments

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

CommentsCount

Declaration
public int CommentsCount { get; }
Property Value
Type Description
System.Int32

CommentsHeader

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

ItemCommentsCount

Declaration
public int ItemCommentsCount { get; }
Property Value
Type Description
System.Int32

ItemCommentsHeader

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

Items

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

NoAccessMessage

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

NotificationsCount

Declaration
public int NotificationsCount { get; }
Property Value
Type Description
System.Int32

NotificationsText

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

Title

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

Extension Methods