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)
Public Property IUEmbedScriptUseCustomCodeBase As Boolean
public bool IUEmbedScriptUseCustomCodeBase { get; set; }
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
.