Back to Website
Show / Hide Table of Contents

Interface IUserImagesProvider

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

Methods

GetMetadata(String, String)

Declaration
Task<ImageMetaData> GetMetadata(string source, string userId)
Parameters
Type Name Description
System.String source
System.String userId
Returns
Type Description
System.Threading.Tasks.Task<ImageMetaData>

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>
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback