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
     
    
    <CanBeNullAttribute()>
    Public Function GetSharedScript( _
       ByVal scriptName As String _
    ) As Script
    [CanBeNull()]
    public Script GetSharedScript( 
       string scriptName
    )
    [CanBeNull()]
    public:
    Script^ GetSharedScript( 
       String^ scriptName
    ) 

    Parameters

    scriptName
    The name of the Shared Script to fetch.

    Return Value

    The shared script, or a null reference (Nothing in Visual Basic) if the shared script does not exist.
    See Also