The metadata type exposes the following members.
Name | Description | |
---|---|---|
![]() |
addCustomField(String,String,Boolean) | Adds a 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 field with the specified name. |
![]() |
renameStandardField(String,String) | Renames the specified standard POST field. |
![]() |
uploadRequestHeaders(Object) | Adds a HTTP header to the POST request. |
Name | Description | |
---|---|---|
![]() |
additionalFormName | Gets or sets the name of the HTML form with additional information which should be sent to the server along with files. |
![]() |
exif | Gets or sets a list of EXIF fields which should be extracted and uploaded along with other data. |
![]() |
iptc | Gets or sets a list of IPTC fields which should be extracted and uploaded along with other data. |
![]() |
valueSeparator | Gets or sets a sequence of characters used to separate strings stored in one metadata field (such as IptcKeyword). |