Interface IUserImagesProvider
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface IUserImagesProvider
Methods
Declaration
Task<ImageMetaData> GetMetadata(string source, string userId)
Parameters
| Type |
Name |
Description |
| System.String |
source |
|
| System.String |
userId |
|
Returns
GetStream(String, String)
Declaration
Task<Stream> GetStream(string source, string userId)
Parameters
| Type |
Name |
Description |
| System.String |
source |
|
| System.String |
userId |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task<System.IO.Stream> |
|
IsExists(String, String)
Declaration
Task<bool> IsExists(string source, string userId)
Parameters
| Type |
Name |
Description |
| System.String |
source |
|
| System.String |
userId |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task<System.Boolean> |
|