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 ContentTypeVersionStatus

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

Inheritance
System.Object
ContentTypeVersionStatus
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.DataAbstraction.Internal
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public class ContentTypeVersionStatus

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