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


In This Topic
    EnumerateFrameworkScriptIncludes Method
    In This Topic
    Enumerates all JavaScript files, implementing Nevron AJAX Framework
    Syntax
    'Declaration
     
    
    Public Shared Function EnumerateFrameworkScriptIncludes( _
       ByVal webControl As NWebControl _
    ) As System.String()
    'Usage
     
    
    Dim webControl As NWebControl
    Dim value() As System.String
     
    value = NAjaxTechnologyHelper.EnumerateFrameworkScriptIncludes(webControl)
    public static System.string[] EnumerateFrameworkScriptIncludes( 
       NWebControl webControl
    )

    Parameters

    webControl

    Return Value

    A list of relative file paths
    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