SaaS CMS has officially launched! Learn more now.

Class CommitResult

Inheritance
System.Object
CommitResult
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.Workspace.Committers
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
public class CommitResult

Constructors

CommitResult()

Declaration
public CommitResult()

CommitResult(Boolean)

Declaration
public CommitResult(bool success)
Parameters
Type Name Description
System.Boolean success

Properties

Id

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

Success

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

ValidationErrors

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

Extension Methods