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

BaseControl.IUEmbedScriptUseCustomCodeBase Property

Switch that specifies whether to use stand-alone versions of Image Uploader embedding scripts located in the folder specified with the ScriptsDirectory property.

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

Syntax

Visual Basic
Public Property IUEmbedScriptUseCustomCodeBase As Boolean
C#
public bool IUEmbedScriptUseCustomCodeBase { get; set; }

Property Value

A boolean value (true or false). If true, ImageUploader loads stand-alone versions of Image Uploader embedding scripts. Otherwise, the built-in scripts are loaded.

Default value is false.

Remarks

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

See Also

Reference

Manual