ExtendedVaultExtensionMethodCall Class

Defines a how an extended VaultExtensionMethod can be called. Assumes that the Input is a JSON object.

Definition

Namespace: MFiles.VAF.Configuration.Domain
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
[SerializableAttribute]
public class ExtendedVaultExtensionMethodCall
Inheritance
Object    ExtendedVaultExtensionMethodCall

Constructors

Properties

ApplicationGuid The target vault application GUID.
Input The parameters for the vault extension method.
Instance The target configuration instance name.
Method The name of the vault extension method.
Service The target vault service name.

See Also