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

BaseControl.ScriptsDirectory Property

URL that specifies where to download stand-alone Image Uploader-related (*.cab, *.jar, and *.js) files from.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Property ScriptsDirectory As String
C#
public string ScriptsDirectory { get; set; }

Property Value

A string value that specifies where to download stand-alone Image Uploader-related files from.

Default value is "".

Remarks

This property makes sense if at least one of the ActiveXControlUseCustomCodeBase, JavaAppletUseCustomCodeBase or IUEmbedScriptUseCustomCodeBase properties is true.

This property is used to embed stand-alone or private-label version of Image Uploader.

See Also

Reference

Manual