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


In This Topic
    AddNevronJsFile Method
    In This Topic
    Registers a Nevron JavaScript file. For internal use.
    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)
    public static void AddNevronJsFile( 
       System.Collections.Generic.List<string> scriptFiles,
       NWebControl webControl,
       AjaxScriptBuild scriptBuild,
       System.string debugPath,
       System.string debugFile,
       System.string releasePath,
       System.string 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