ConfigurationNodeTConfigGetConfigurationSchema Method

Gets the schema describing the structure of the configuration. Only safe to call if GetCapabilities returns the Schema flag.

Definition

Namespace: MFiles.VAF.AdminConfigurations
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public override Schema GetConfigurationSchema(
	IConfigurationRequestContext context
)

Parameters

context  IConfigurationRequestContext
The context for the request

Return Value

Schema

Implements

IConfigurationDomainNodeGetConfigurationSchema(IConfigurationRequestContext)

See Also