Back to Website
Show / Hide Table of Contents

Interface ISerializableStorage

Namespace: Aurigma.DesignAtoms.Storage
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface ISerializableStorage

Methods

AddFileWithId(String, Stream, Boolean)

Declaration
void AddFileWithId(string fileId, Stream fileData, bool isSource = false)
Parameters
Type Name Description
System.String fileId
System.IO.Stream fileData
System.Boolean isSource

AddFileWithId(String, String, Boolean)

Declaration
void AddFileWithId(string fileId, string filePath, bool isSource = false)
Parameters
Type Name Description
System.String fileId
System.String filePath
System.Boolean isSource

FileExists(String)

Declaration
bool FileExists(string fileId)
Parameters
Type Name Description
System.String fileId
Returns
Type Description
System.Boolean

GetReadStream(String, Boolean)

Declaration
Stream GetReadStream(string fileId, bool isSource = false)
Parameters
Type Name Description
System.String fileId
System.Boolean isSource
Returns
Type Description
System.IO.Stream

UpdateLastAccessTime(String)

Declaration
void UpdateLastAccessTime(string storageId)
Parameters
Type Name Description
System.String storageId
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