Interface IFileContent
Interface for content items that publish via file upload.
Inherited Members
Namespace: Tableau.Migration.Content
Assembly: Tableau.Migration.dll
Syntax
public interface IFileContent : IAsyncDisposable
Properties
File
Gets or sets the file to publish for the content item.
Declaration
IContentFileHandle File { get; set; }
Property Value
Type | Description |
---|---|
IContentFileHandle |