ConfigurationStorageInVaultDeserialize(Type, String) Method

Method to load the configuration from the specified string. Creates a new object.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public virtual Object Deserialize(
	Type configType,
	string configurationData
)

Parameters

configType  Type
The type of the configuration object to be loaded.
configurationData  String
The configuration data from which the configuration object should be loaded from.

Return Value

Object

Implements

IConfigurationStorageDeserialize(Type, String)

See Also