Interface IContentTypeSchemaService
Service to get content type schema information for schema generation.
Namespace: Umbraco.Cms.Core.Services
Assembly: Umbraco.Core.dll
Syntax
public interface IContentTypeSchemaService
Methods
View SourceGetDocumentTypes()
Gets all available document types.
Declaration
IReadOnlyCollection<ContentTypeSchemaInfo> GetDocumentTypes()
Returns
| Type | Description |
|---|---|
| IReadOnlyCollection<ContentTypeSchemaInfo> | A collection of document type schema information. |
GetMediaTypes()
Gets all available media types.
Declaration
IReadOnlyCollection<ContentTypeSchemaInfo> GetMediaTypes()
Returns
| Type | Description |
|---|---|
| IReadOnlyCollection<ContentTypeSchemaInfo> | A collection of media type schema information. |