Class CreatedContentTypeCollectionResult
The result of creating a content type collection in the UI
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Models.ContentEditing
Assembly: Umbraco.Core.dll
Syntax
[DataContract(Name = "contentTypeCollection", Namespace = "")]
public class CreatedContentTypeCollectionResult
Properties
View SourceCollectionId
Declaration
[DataMember(Name = "collectionId")]
public int CollectionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ContainerId
Declaration
[DataMember(Name = "containerId")]
public int ContainerId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |