VaultApplicationBaseRemoveVaultExtensionMethod Method

Removes 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 RemoveVaultExtensionMethod(
	string methodIdentifier
)

Parameters

methodIdentifier  String
Vault extension method identifier.

See Also