ExtensionMethodAdminConfigurationManagerCreateSource(DomainNodeLocation, BuiltInDomainCommand, String) Method
Creates a VaultExtensionMethodSource for use in SourceDefinitions.
Namespace: MFiles.VAF.Configuration.AdminConfigurationsAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
protected virtual VaultExtensionMethodSource CreateSource(
DomainNodeLocation nodeLocation,
BuiltInDomainCommand command,
params string[] argNames
)
- nodeLocation DomainNodeLocation
- The location of the node the source is for.
- command BuiltInDomainCommand
- The command the source will delegate to.
- argNames String
- The names of arguments expected to be passed to the command.
VaultExtensionMethodSourceThe definition that MFAdmin can use to trigger the command of the node.