Skip to main content

Interface IUserImagesProvider

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

Methods

GetMetadata

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

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

GetStream

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

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

IsExists

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

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

Was this page helpful?