Interface IRequestBuilderFactory
Interface for IRequestBuilder factories.
Namespace: Tableau.Migration.Net
Assembly: Tableau.Migration.dll
Syntax
public interface IRequestBuilderFactory
Methods
CreateUri(string, bool)
Creates a new IRequestBuilder instance.
Declaration
IRequestBuilder CreateUri(string path, bool useExperimental = false)
Parameters
| Type | Name | Description |
|---|---|---|
| string | path | The URI path. |
| bool | useExperimental | Flag indicating if the experimental API Version should be used. |
Returns
| Type | Description |
|---|---|
| IRequestBuilder | A new IRequestBuilder instance. |