PluginHelperGetConfigurationSchema Method |
Gets configuration schema from plugin name.
Namespace:
Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public static string GetConfigurationSchema(
Assembly assembly,
string resourceName
)
Public Shared Function GetConfigurationSchema (
assembly As Assembly,
resourceName As String
) As String
public:
static String^ GetConfigurationSchema(
Assembly^ assembly,
String^ resourceName
)
static member GetConfigurationSchema :
assembly : Assembly *
resourceName : string -> string
Parameters
- assembly
- Type: System.ReflectionAssembly
The assembly. - resourceName
- Type: SystemString
The resource name.
Return Value
Type:
StringThe JSON schema.
See Also