• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    Class MethodInfoApiCommonExtensions

    Inheritance
    System.Object
    Namespace: Umbraco.Extensions
    Assembly: Umbraco.Cms.Api.Common.dll
    Syntax
    public static class MethodInfoApiCommonExtensions

    Methods

    View Source

    GetMapToApiAttributeValue(MethodInfo)

    Declaration
    public static string GetMapToApiAttributeValue(this MethodInfo methodInfo)
    Parameters
    Type Name Description
    System.Reflection.MethodInfo methodInfo
    Returns
    Type Description
    System.String
    View Source

    GetMapToApiVersionAttributeValue(MethodInfo)

    Declaration
    public static string GetMapToApiVersionAttributeValue(this MethodInfo methodInfo)
    Parameters
    Type Name Description
    System.Reflection.MethodInfo methodInfo
    Returns
    Type Description
    System.String
    View Source

    HasMapToApiAttribute(MethodInfo, String)

    Declaration
    public static bool HasMapToApiAttribute(this MethodInfo methodInfo, string apiName)
    Parameters
    Type Name Description
    System.Reflection.MethodInfo methodInfo
    System.String apiName
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • GetMapToApiAttributeValue(MethodInfo)
      • GetMapToApiVersionAttributeValue(MethodInfo)
      • HasMapToApiAttribute(MethodInfo, String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX