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

BaseControl.RegisterClientScriptResource Method

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

Syntax

Visual Basic
Public Sub RegisterClientScriptResource ( _
	scriptResources As IEnumerable(Of String) _
)
C#
public void RegisterClientScriptResource(
	IEnumerable<string> scriptResources
)

Parameters

scriptResources

Type: System.Collections.Generic.IEnumerable<String>

See Also

Reference