Class PublishContentWithFileOptions
Inheritance
PublishContentWithFileOptions
Implements
Namespace: Tableau.Migration.Api
Assembly: Tableau.Migration.dll
Syntax
public abstract class PublishContentWithFileOptions : IPublishFileOptions
Constructors
PublishContentWithFileOptions(Stream, string, string)
Constructor to build from File Content and File.
Declaration
public PublishContentWithFileOptions(Stream file, string fileName, string fileType)
Parameters
Type | Name | Description |
---|---|---|
Stream | file | |
string | fileName | |
string | fileType |
Properties
File
Get the file content stream.
Declaration
public Stream File { get; set; }
Property Value
Type | Description |
---|---|
Stream |
FileName
Gets the name of the file.
Declaration
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
string |
FileType
Gets the type of the file.
Declaration
public string FileType { get; set; }
Property Value
Type | Description |
---|---|
string |