C# Class DownloadDatasources, TabMigrate

Manages the download of a set of data sources from a Tableau Server site
Inheritance: TableauServerSignedInRequestBase
Exibir arquivo Open project: tableau/TabMigrate Class Usage Examples

Public Methods

Method Description
DownloadDatasources ( TableauServerUrls, onlineUrls, TableauServerSignIn, login, IEnumerable Datasources, string localSavePath, IProjectsList projectsList, bool generateInfoFile, KeyedLookup siteUserLookup ) : System

Constructor

ExecuteRequest ( ) : List

Method Details

DownloadDatasources() public method

Constructor
public DownloadDatasources ( TableauServerUrls, onlineUrls, TableauServerSignIn, login, IEnumerable Datasources, string localSavePath, IProjectsList projectsList, bool generateInfoFile, KeyedLookup siteUserLookup ) : System
onlineUrls TableauServerUrls,
login TableauServerSignIn,
Datasources IEnumerable
localSavePath string
projectsList IProjectsList
generateInfoFile bool TRUE = Generate companion file for each download that contains metadata (e.g. whether "show tabs" is selected, the owner, etc)
siteUserLookup KeyedLookup
return System

ExecuteRequest() public method

public ExecuteRequest ( ) : List
return List