IAdmCustomCommandArguments

The IAdmCustomCommandArguments interface represents arguments for executing a custom command. In other words, this interface allow you to specify values for custom command parameters before executing the command.

Inheritance: IAdmArguments

To create an instance of custom command arguments, use the IAdmCustomCommand::CreateArguments method.

Methods

Properties

  • Property

  • Description

  • CustomCommandId

  • Gets the unique identifier of the custom command for which the arguments are meant.

Details

ResolveValueReferences()

Returns an instance of custom command arguments and replaces value references with the values of the corresponding properties of the specified object.

IAdmCustomCommandArguments ResolveValueReferences(IAdmTop targetObject, out string[] warnings)

Parameters

  • targetObject – the object whose properties will replace value references.
  • warnings – an output (OUT) parameter that returns an array containing warnings issued while resolving value references.

CustomCommandId

Gets the unique identifier of the custom command for which the arguments are meant.

  • Type:
  • string
  • Access:
  • Read-only

Requirements

Minimum required version: 2018.2

See also