ContentDisposition Property
Content disposition for the object.
Object Oriented Interface
public function getContentDisposition(); public function setContentDisposition($value);
Procedural Interface
incloudstorage_amazons3_get($res, 10 ); incloudstorage_amazons3_set($res, 10, $value );
Default Value
''
Remarks
This property is used by the CreateObject method. Use it to set the HTTP "Content-Disposition" header that can be used to describe presentation of the object.
This property is not available at design time.
Data Type
String