View Source
Class MethodInfoApiCommonExtensions
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 |
| MethodInfo |
methodInfo |
|
Returns
View Source
GetMapToApiVersionAttributeValue(MethodInfo)
Declaration
public static string GetMapToApiVersionAttributeValue(this MethodInfo methodInfo)
Parameters
| Type |
Name |
Description |
| MethodInfo |
methodInfo |
|
Returns
View Source
HasMapToApiAttribute(MethodInfo, string)
Declaration
public static bool HasMapToApiAttribute(this MethodInfo methodInfo, string apiName)
Parameters
| Type |
Name |
Description |
| MethodInfo |
methodInfo |
|
| string |
apiName |
|
Returns