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

Thumbnail.ParentControlName Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

The Uploader control name this Thumbnail instance is associated with.

Syntax

PHP
public function getParentControlName() {
}

public function setParentControlName($value) {
}

Property Value

Type: string

Gets or sets a name of the Uploader control this Thumbnail instance is associated with.

Default value is "".

Remarks

After you associate this Thumbnail control with a parent Uploader, you should bind it with some item from the upload list. To do this, set the Guid property to the GUID of this item. You can get it using the file.guid property.

See Also

Reference