Search Results for

    Show / Hide Table of Contents
    View Source

    Interface ISchemaIdHandler

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

    Methods

    View Source

    CanHandle(Type)

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

    Handle(Type)

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