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
Type | Description |
---|---|
string |
Methods
GetStreamAsync()
Gets a to access the underlying source.
Declaration
RequestResponse
Task<Stream> GetStreamAsync()
Returns
Type | Description |
---|---|
Task<>Stream |
A . |