Search Results for

    Show / Hide Table of Contents
    View Source

    Class SchemaIdSelector

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Common.OpenApi
    Assembly: Umbraco.Cms.Api.Common.dll
    Syntax
    public class SchemaIdSelector : ISchemaIdSelector

    Constructors

    View Source

    SchemaIdSelector(IEnumerable<ISchemaIdHandler>)

    Declaration
    public SchemaIdSelector(IEnumerable<ISchemaIdHandler> schemaIdHandlers)
    Parameters
    Type Name Description
    IEnumerable<ISchemaIdHandler> schemaIdHandlers

    Methods

    View Source

    SchemaId(Type)

    Declaration
    public virtual string SchemaId(Type type)
    Parameters
    Type Name Description
    Type type
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • SchemaIdSelector(IEnumerable<ISchemaIdHandler>)
    • Methods
      • SchemaId(Type)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX