IConfigurationDomainNodeGetConfigurationSchema Method

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

Definition

Namespace: MFiles.VAF.Configuration.AdminConfigurations
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
Schema GetConfigurationSchema(
	IConfigurationRequestContext context
)

Parameters

context  IConfigurationRequestContext
The context for the request

Return Value

Schema

See Also