Skip to main content

Interface IPublicImagesProvider

Namespace: Aurigma.DesignAtoms.Services
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface IPublicImagesProvider

Methods

IsExists

Task<bool> IsExists(string source)
Parameters
TypeNameDescription
System.Stringsource
Returns

System.Threading.Tasks.Task<System.Boolean>

GetStream

Task<Stream> GetStream(string source)
Parameters
TypeNameDescription
System.Stringsource
Returns

System.Threading.Tasks.Task<System.IO.Stream>

GetMetadata

Task<ImageMetaData> GetMetadata(string source)
Parameters
TypeNameDescription
System.Stringsource
Returns

System.Threading.Tasks.Task<Aurigma.DesignAtoms.Model.Items.ImageMetaData>

Was this page helpful?