ExtensionMethodAdminConfigurationManagerCreateVaultExtensionMethodCall(DomainNodeLocation, String, String) Method
Creates a VaultExtensionMethodCall for use in SourceDefinitions.
Namespace: MFiles.VAF.Configuration.AdminConfigurationsAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
protected virtual 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.