AdminConfigurationManagerCreateVaultExtensionMethodCall(DomainNodeLocation, String, String) Method
Creates a VaultExtensionMethodCall for use in SourceDefinitions.
Namespace: MFiles.VAF.AdminConfigurationsAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
protected override VaultExtensionMethodCall CreateVaultExtensionMethodCall(
DomainNodeLocation nodeLocation,
string command,
params string[] argNames
)
- nodeLocation DomainNodeLocation
- The location of the node the source is for.
- command String
- The command the source will delegate to.
- argNames String
- The names of arguments expected to be passed to the command.
VaultExtensionMethodCallThe definition that MFAdmin can use to trigger the command of the node.