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
)