IAdmParameterDirectoryObject

The IAdmParameterDirectoryObject interface provides information about a parameter that represents a directory object.

Inheritance: IAdmParameter

Methods

Properties

  • Property

  • Description

  • Separator

  • Gets or sets a separator used to concatenate values in the string representation of the parameter value.

  • SelectObjectParameters

  • Gets or sets the criteria used to limit objects the user is allowed to select for the parameter.

  • AllowEmptyValue

  • Gets or sets a value indicating whether the parameter can be empty.

  • PredefinedObjects

  • Gets or sets an array of objects predefined for the parameter.

Details

CreatePredefinedObject()

Creates an instance of a predefined object.

IAdmPredefinedObject CreatePredefinedObject()

Separator

Gets or sets a separator used to concatenate values in the string representation of the parameter value.

  • Type:
  • string
  • Access:
  • Read/Write

Remarks

This property is ignored if the IAdmSelectObjectParameters::AllowMultipleSelection property is set to false.


SelectObjectParameters

Gets or sets the criteria used to limit objects the user is allowed to select for the parameter.


AllowEmptyValue

Gets or sets a value indicating whether the parameter can be empty.

  • Type:
  • bool
  • Access:
  • Read/Write

PredefinedObjects

Gets or sets an array of objects predefined for the parameter.

Remarks

To create a predefined object, use the CreatePredefinedObject method.


Requirements

Minimum required version: 2018.1

See also