Search Results for

    Show / Hide Table of Contents
    View Source

    Interface ISubTypesHandler

    Namespace: Umbraco.Cms.Api.Common.OpenApi
    Assembly: Umbraco.Cms.Api.Common.dll
    Syntax
    public interface ISubTypesHandler

    Methods

    View Source

    CanHandle(Type, String)

    Declaration
    bool CanHandle(Type type, string documentName)
    Parameters
    Type Name Description
    Type type
    System.String documentName
    Returns
    Type Description
    System.Boolean
    View Source

    Handle(Type)

    Declaration
    IEnumerable<Type> Handle(Type type)
    Parameters
    Type Name Description
    Type type
    Returns
    Type Description
    IEnumerable<Type>
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • CanHandle(Type, String)
      • Handle(Type)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX