adTempus API
ArcanaDevelopment.adTempus.Client Namespace / WebRequestTask Class / SaveToLocation Property

In This Topic
    SaveToLocation Property (WebRequestTask)
    In This Topic
    Specifies the file name to use to save the requested page or file.
    Syntax
    'Declaration
     
    
    Public Property SaveToLocation As String
    public string SaveToLocation {get; set;}
    Remarks
    If a file name is specified, the requested page or file is saved to it. If no SaveLocation is specified, the file is not saved. Variable tokens can be used in the value.
    See Also