C# Class SendUpdateWorkbookOwner, TabMigrate

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

Public Methods

Method Description
ExecuteRequest ( ) : SiteWorkbook,

Change the owner of a workbook on server

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

Constructor

Private Methods

Method Description
ChangeContentOwner ( string workbookId, string newOwnerId ) : SiteWorkbook,

Method Details

ExecuteRequest() public method

Change the owner of a workbook on server
public ExecuteRequest ( ) : SiteWorkbook,
return SiteWorkbook,

SendUpdateWorkbookOwner() public method

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