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