Click or drag to resize

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
)

Parameters

assembly
Type: System.ReflectionAssembly
The assembly.
resourceName
Type: SystemString
The resource name.

Return Value

Type: String
The JSON schema.
See Also