This documentation is for the old version. Go to the latest Upload Suite docs

Metadata.ValueSeparator Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a sequence of characters used to separate strings stored in one metadata field (such as IptcKeyword).

Syntax

PHP
public function getValueSeparator() {
}

public function setValueSeparator($value) {
}

Property Value

Type: string

The sequence of characters used to separate strings stored in one metadata field.

Default value is " ".

Remarks

Some metadata fields like IptcKeyword can contain multiple string values. Suppose, you upload an image which contains several keywords: portrait, old photo, black and white. All these keywords are stored in one IptcKeyword field. If you specified this field for upload (using the Iptc property) the IptcKeyword_0 POST field will contain all these keywords gathered into one string separated with this property value. For example, if you set it to the ";" you will get the "portrait;old photo;black and white" POST field value.

See Also

Reference