VaultExtensionMethodCall Class
Defines a how a VaultExtensionMethod can be called.
Assumes that the parameters are always an array that will be serialized as json when called.
Namespace: MFiles.VAF.Configuration.DomainAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
[SerializableAttribute]
public class VaultExtensionMethodCall
- Inheritance
- Object VaultExtensionMethodCall
Map
|
Allows for dynamic parameters to be specified at call time.
The dynamic parameters are named, and this dictionary maps those names
to a specific parameter index.
|
Method
|
The name of the vault extension method.
|
Params
|
The parameters for the vault extension method.
|