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