WSRepositoryClient.GetFile

Get file from WebStatistica Repository. 'WhereToLocalFileOrDirPath' could be directory or file path (if it has an extension).

Syntax Parameters Return Value
Function WSRepositoryClient.GetFile( _
    WhereFromRepositoryFilePath As String, _
    WhereToLocalFileOrDirPath As Variant, _
    Optional bOverwriteLocalFile As Boolean = False) As String
  • WhereFromRepositoryFilePath [in]

Type: String

  • WhereToLocalFileOrDirPath [in]

Type: Variant

  • bOverwriteLocalFile [in, optional]

Type: Boolean

Default value: False

String.