Class DocumentTypeCompositionRequestModel
Namespace: Umbraco.Cms.Api.Management.ViewModels.DocumentType
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class DocumentTypeCompositionRequestModel : ContentTypeCompositionRequestModelBase
Properties
View SourceIsElement
Gets or sets a value indicating whether the content type is currently marked as an element type.
Declaration
public bool IsElement { get; set; }
Property Value
Type | Description |
---|---|
System. |