IAdmCustomCommandArguments

The IAdmCustomCommandArguments interface is used to pass arguments for custom command execution.

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 with value references replaced with values of corresponding properties of the given object.

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

Parameters

  • targetObject - Specifies the object whose properties will be used to 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