M-Files Vault Application Framework
C#
Show/Hide TOC
Configuration
Storage
In
Vault
Deserialize(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#
Copy
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
IConfigurationStorage
Deserialize(Type, String)
See Also
Reference
ConfigurationStorageInVault Class
Deserialize Overload
MFiles.VAF.Configuration Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also