SaaS CMS has officially launched! Learn more now.

Class ContentTypeVersionStatus

Inheritance
System.Object
ContentTypeVersionStatus
Namespace: EPiServer.DataAbstraction.Internal
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public class ContentTypeVersionStatus : Object

Constructors

ContentTypeVersionStatus(Boolean, VersionComponent, String)

Declaration
public ContentTypeVersionStatus(bool valid, VersionComponent changeType, string reason = null)
Parameters
Type Name Description
System.Boolean valid
VersionComponent changeType
System.String reason

Properties

ChangeType

Declaration
public VersionComponent ChangeType { get; }
Property Value
Type Description
VersionComponent

Reason

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

Valid

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

Extension Methods