Interface IUploadSource
Provides access to a file that will be uploaded to Content Hub.
Namespace: StylelabsStylelabs.MSdkWebClientContractsUpload
Assembly: Stylelabs.M.Sdk.WebClient.dll
Syntax
Properties
Name
Gets the name of the file.
Declaration
Property Value
| Type | Description |
|---|---|
| string |
Methods
GetStreamAsync()
Gets a to access the underlying source.
Declaration
Returns
| Type | Description |
|---|---|
| Task<>Stream |
A . |