Class AvailableContentTypeAnalyzeResult
Inheritance
System.Object
AvailableContentTypeAnalyzeResult
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
Related
Declaration
public ContentType Related { get; set; }
Property Value
State
Declaration
public SynchronizationStatus State { get; set; }
Property Value
Extension Methods