Description:

Gets an array of instance definitions.

Syntax:
public InstanceDefinition[] GetList(
bool ignoreDeleted
)
Parameters:
  • ignoreDeleted
  • Type: bool
  • If True then deleted instance definitions are filtered out.
Returns:
An array of instance definitions. This can be empty, but not null.
Available since:
5.0

Nothing found