SecureConfigurationManagerTConfigGetSchema Method

Resolves a schema for the configuration class based on the user's security level.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public virtual Schema GetSchema(
	IConfigurationRequestContext context
)

Parameters

context  IConfigurationRequestContext
The vault and user requesting the schema.

Return Value

Schema
The configuration schema.

See Also