The metadata type exposes the following methods.
| Name | Description | |
|---|---|---|
|
|
addCookie(String) | This method is obsolete. Adds the specified cookie to the upload request. |
|
|
addCustomField(String,String,Boolean) | Adds a custom field to the collection. |
|
|
enableAllStandardFields(Boolean) | Enables or disables all the standard POST fields. |
|
|
enableStandardField(String,Boolean) | Enables or disables the specified standard POST field. |
|
|
removeCustomField(String) | Removes a custom field with the specified name. |
|
|
renameStandardField(String,String) | Renames the specified standard POST field. |
|
|
resetCookie | This method is obsolete. Removes all the cookies previously added to the request by the addCookie(String) method. |