OutputModeOption Enum

Definition

Enum for SelectionMode parameter.

public enum OutputModeOption
type OutputModeOption = 
Public Enum OutputModeOption
Inheritance
OutputModeOption

Fields

Multiple 2

Allow select of multiple items to be written to the pipeline.

None 0

None is the default and it means OK and Cancel will not be present and no objects will be written to the pipeline. The selectionMode of the actual list will still be multiple.

Single 1

Allow selection of one single item to be written to the pipeline.

Applies to