SaaS CMS has officially launched! Learn more now.

Class AvailableContentTypeAnalyzeResult

Inheritance
System.Object
AvailableContentTypeAnalyzeResult
Namespace: EPiServer.DataAccess.Internal
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public class AvailableContentTypeAnalyzeResult : Object

Constructors

AvailableContentTypeAnalyzeResult()

Declaration
public AvailableContentTypeAnalyzeResult()

Properties

Allow

Declaration
public Nullable<bool> Allow { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Availability

Declaration
public Availability Availability { get; set; }
Property Value
Type Description
Availability
Declaration
public ContentType Related { get; set; }
Property Value
Type Description
ContentType

State

Declaration
public SynchronizationStatus State { get; set; }
Property Value
Type Description
SynchronizationStatus

Extension Methods