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

In This Topic
    GetSharedScript Method
    In This Topic
    Gets the Shared Script with the specified name.
    Syntax
    'Declaration
     
    
    Public Function GetSharedScript( _
       ByVal scriptName As String _
    ) As Script
    public Script GetSharedScript( 
       string scriptName
    )

    Parameters

    scriptName
    The name of the Shared Script to fetch.

    Return Value

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