Interface IViewsContentClient
Interface for a client that can interact with workbooks.
Namespace: Tableau.Migration.Engine.Endpoints.ContentClients
Assembly: Tableau.Migration.dll
Syntax
public interface IViewsContentClient : IContentClient<IView>
Methods
GetByIdAsync(Guid, CancellationToken)
Get the View by Id.
Declaration
Task<IResult<IView>> GetByIdAsync(Guid id, CancellationToken cancel)
Parameters
Type | Name | Description |
---|---|---|
Guid | id | Id of the view to get |
CancellationToken | cancel | Cancellation token to obey |
Returns
Type | Description |
---|---|
Task<IResult<IView>> |