M

TransferringProjectStandardsEventArgs.SetExternalItems

Description:
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.
public void SetExternalItems(
	IDictionary<Guid, string> externalItems
)
  • externalItems
    The external items which are displayed in the Transfer Project Standards UI. GUIDvalue is used to identify the external item string.