VaultApplicationBaseAddVaultExtensionMethod Method

Adds a vault extension method that does not have a separate event handler proxy.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public void AddVaultExtensionMethod(
	string methodIdentifier,
	VaultExtensionMethodInfo methodInfo
)

Parameters

methodIdentifier  String
The identifier that is used to call the vault extension method.
methodInfo  VaultExtensionMethodInfo
The Vault Extension Method details. Also contains the actual method to call when the Vault Extension Method is executed.

See Also