Interface IPublishFileOptions
Interface for API client file publish options.
Namespace: Tableau.Migration.Api.Models
Assembly: Tableau.Migration.dll
Syntax
public interface IPublishFileOptions
Properties
File
Get the file content to publish.
Declaration
IContentFileHandle File { get; }
Property Value
| Type | Description |
|---|---|
| IContentFileHandle |
FileName
Gets the name of the file to publish.
Declaration
string FileName { get; }
Property Value
| Type | Description |
|---|---|
| string |
FileType
Gets the type of the file to publish.
Declaration
string FileType { get; }
Property Value
| Type | Description |
|---|---|
| string |