TransferringProjectStandardsEventArgs.SetExternalItems
Method
Description:
Sets the collection of externally added items which should be shown in the Transfer Project Standards dialog as options.
Sets the collection of externally added items which should be shown in the Transfer Project Standards dialog as options.
Remarks:
The externally added items that the user opted to transfer will be reported in the args to the TransferredProjectStandards event.
The externally added items that the user opted to transfer will be reported in the args to the TransferredProjectStandards event.
Parameters
| Parameter | Type | Description |
|---|---|---|
| externalItems | IDictionary | The external items which are displayed in the Transfer Project Standards UI. GUIDvalue is used to identify the external item string. |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |