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