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

BaseControl.RegisterClientScripts Method

Registers scriptFiles Image Uploader embedding scripts according to the IUEmbedScriptUseCustomCodeBase property value.

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

Syntax

Visual Basic
Public Sub RegisterClientScripts ( _
	scriptFiles As String() _
)
C#
public void RegisterClientScripts(
	string[] scriptFiles
)

Parameters

scriptFiles

Type: System..String[]

An array of Image Uploader embedding scripts to register.

See Also

Reference