UploadDocumentDetails Property
Collection of documents to be uploaded to FedEx.
Syntax
[VB.NET] Public Property UploadDocumentDetails As UploadDocumentDetailList
[C#] public UploadDocumentDetailList UploadDocumentDetails {get;}
Remarks
This contains a collection of the details of the documents to be uploaded to FedEx when UploadDocuments is called. If the ETD option (0x00000200L) is specified in the ShipmentSpecialServices property, the documents specified will be sent electronically with the shipment.
This property is not available at design time.