Interface IContentFileStream
Interface for a content file stream, with any associated disposable objects.
Inherited Members
Namespace: Tableau.Migration.Content.Files
Assembly: Tableau.Migration.dll
Syntax
public interface IContentFileStream : IAsyncDisposable
Properties
Content
Gets the stream to read file content from or write file content to.
Declaration
Stream Content { get; }
Property Value
Type | Description |
---|---|
Stream |