C# Class DownloadWorkbooks, TabMigrate

Downloads a set of workbooks from server
Inheritance: TableauServerSignedInRequestBase
Exibir arquivo Open project: tableau/TabMigrate Class Usage Examples

Public Methods

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

Constructor

ExecuteRequest ( ) : ICollection

Method Details

DownloadWorkbooks() public method

Constructor
public DownloadWorkbooks ( TableauServerUrls, onlineUrls, TableauServerSignIn, login, IEnumerable workbooks, string localSavePath, IProjectsList projectsList, bool generateInfoFile, KeyedLookup siteUserLookup ) : System
onlineUrls TableauServerUrls,
login TableauServerSignIn,
workbooks 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 ( ) : ICollection
return ICollection