1. Stylelabs.M.Sdk.WebClient.Contracts.Upload

Interface IUploadSource

Provides access to a file that will be uploaded to Content Hub.

Namespace: StylelabsStylelabs.MSdkWebClientContractsUpload

Assembly: Stylelabs.M.Sdk.WebClient.dll

Syntax

public interface IUploadSource

Properties

Name

Gets the name of the file.

Declaration

string Name { get; }

Property Value

TypeDescription
string

Methods

GetStreamAsync()

Gets a to access the underlying source.

Declaration

Task<Stream> GetStreamAsync()

Returns

TypeDescription
Task<>StreamA .
If you have suggestions for improving this article, let us know!