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