adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DataContext Class / GetScriptLibrary Method
The name of the Script Library to fetch.

In This Topic
    GetScriptLibrary Method
    In This Topic
    Gets the Script Library with the specified name.
    Syntax
    'Declaration
     
    
    Public Function GetScriptLibrary( _
       ByVal libraryName As String _
    ) As ScriptLibrary
    public ScriptLibrary GetScriptLibrary( 
       string libraryName
    )

    Parameters

    libraryName
    The name of the Script Library to fetch.

    Return Value

    The script library, or null (Nothing) if the script library does not exist.
    See Also