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. |
documentName |
Returns
Type | Description |
---|---|
System. |
Handle(Type)
Declaration
IEnumerable<Type> Handle(Type type)
Parameters
Type | Name | Description |
---|---|---|
Type | type |
Returns
Type | Description |
---|---|
IEnumerable<Type> |