DocumentFileName Property
Specifies where the file will be written.
Object Oriented Interface
public function getDocumentFileName($documentindex); public function setDocumentFileName($documentindex, $value);
Procedural Interface
inship_upsfreightship_get($res, 36 , $documentindex); inship_upsfreightship_set($res, 36, $value , $documentindex);
Default Value
''
Remarks
Specifies where the file will be written. This property must be set before calling GetShipmentDocuments. It should contain the full path and filename to which the returned document will be written when GetShipmentDocuments is called.
The size of the array is controlled by the DocumentCount property.
This property is not available at design time.
Data Type
String