ExtensionMethodAdminConfigurationManagerCreateSource(DomainNodeLocation, String, String) Method

Creates a VaultExtensionMethodSource for use in SourceDefinitions.

Definition

Namespace: MFiles.VAF.Configuration.AdminConfigurations
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
protected virtual VaultExtensionMethodSource CreateSource(
	DomainNodeLocation nodeLocation,
	string command,
	params string[] argNames
)

Parameters

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.

Return Value

VaultExtensionMethodSource
The definition that MFAdmin can use to trigger the command of the node.

See Also