Interface IContentTypeBaseService
Provides a common base interface for IContentTypeBase.
Namespace: Umbraco.Cms.Core.Services
Assembly: Umbraco.Core.dll
Syntax
public interface IContentTypeBaseService
Methods
View SourceGet(Int32)
Gets a content type.
Declaration
IContentTypeComposition Get(int id)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | id |
Returns
Type | Description |
---|---|
IContentTypeComposition |