Nevron.UI.WebForm.Controls Namespace / NAjaxTechnologyHelper Class / AddNevronJsFile Method


AddNevronJsFile Method
Syntax
'Declaration
 
Public Shared Sub AddNevronJsFile( _
   ByVal scriptFiles As System.Collections.Generic.List(Of String), _
   ByVal webControl As NWebControl, _
   ByVal scriptBuild As AjaxScriptBuild, _
   ByVal debugPath As System.String, _
   ByVal debugFile As System.String, _
   ByVal releasePath As System.String, _
   ByVal releaseFile As System.String _
) 
 
'Usage
 
Dim scriptFiles As System.Collections.Generic.List(Of String)
Dim webControl As NWebControl
Dim scriptBuild As AjaxScriptBuild
Dim debugPath As System.String
Dim debugFile As System.String
Dim releasePath As System.String
Dim releaseFile As System.String
 
NAjaxTechnologyHelper.AddNevronJsFile(scriptFiles, webControl, scriptBuild, debugPath, debugFile, releasePath, releaseFile)

Parameters

scriptFiles
webControl
scriptBuild
debugPath
debugFile
releasePath
releaseFile
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also