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(int)
Gets a content type.
Declaration
IContentTypeComposition? Get(int id)
Parameters
| Type | Name | Description |
|---|---|---|
| int | id |
Returns
| Type | Description |
|---|---|
| IContentTypeComposition |