Interface IUploadSource

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

Namespace: StylelabsStylelabs.MSdkWebClientContractsUpload
Assembly: Stylelabs.M.Sdk.WebClient.dll
Syntax
RequestResponse
public interface IUploadSource

Properties

Name

Gets the name of the file.

Declaration
RequestResponse
string Name { get; }
Property Value
TypeDescription
string

Methods

GetStreamAsync()

Gets a to access the underlying source.

Declaration
RequestResponse
Task<Stream> GetStreamAsync()
Returns
TypeDescription
Task<>Stream

A .

Do you have some feedback for us?

If you have suggestions for improving this article,