Interface ISchemaIdHandler
Namespace: Umbraco.Cms.Api.Common.OpenApi
Assembly: Umbraco.Cms.Api.Common.dll
Syntax
public interface ISchemaIdHandler
Methods
View SourceCanHandle(Type)
Declaration
bool CanHandle(Type type)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | type |
Returns
| Type | Description |
|---|---|
| System.Boolean |
Handle(Type)
Declaration
string Handle(Type type)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | type |
Returns
| Type | Description |
|---|---|
| System.String |