C# Class SendUpdateWorkbookOwner, TabMigrate

Attempts to update the owner of a workbook on server
Inheritance: TableauServerSignedInRequestBase
Afficher le fichier Open project: tableau/TabMigrate Class Usage Examples

Méthodes publiques

Méthode Description
ExecuteRequest ( ) : SiteWorkbook,

Change the owner of a workbook on server

SendUpdateWorkbookOwner ( TableauServerUrls, onlineUrls, TableauServerSignIn, login, string workbookId, string newOwnerId ) : System

Constructor

Private Methods

Méthode Description
ChangeContentOwner ( string workbookId, string newOwnerId ) : SiteWorkbook,

Method Details

ExecuteRequest() public méthode

Change the owner of a workbook on server
public ExecuteRequest ( ) : SiteWorkbook,
Résultat SiteWorkbook,

SendUpdateWorkbookOwner() public méthode

Constructor
public SendUpdateWorkbookOwner ( TableauServerUrls, onlineUrls, TableauServerSignIn, login, string workbookId, string newOwnerId ) : System
onlineUrls TableauServerUrls,
login TableauServerSignIn,
workbookId string GUID
newOwnerId string GUID
Résultat System