Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IUmbracoJsonTypeInfoResolver

    Namespace: Umbraco.Cms.Api.Common.Serialization
    Assembly: Umbraco.Cms.Api.Common.dll
    Syntax
    public interface IUmbracoJsonTypeInfoResolver : IJsonTypeInfoResolver

    Methods

    View Source

    FindSubTypes(Type)

    Declaration
    IEnumerable<Type> FindSubTypes(Type type)
    Parameters
    Type Name Description
    Type type
    Returns
    Type Description
    IEnumerable<Type>
    View Source

    GetTypeDiscriminatorValue(Type)

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