Skip to main content

Interface IStaticStorage

Namespace: Aurigma.DesignAtoms.Storage.StaticStorage
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface IStaticStorage

Methods

FileExists

bool FileExists(string staticStorageId)
Parameters
TypeNameDescription
System.StringstaticStorageId
Returns

System.Boolean

GetReadStream

Stream GetReadStream(string staticStorageId)
Parameters
TypeNameDescription
System.StringstaticStorageId
Returns

System.IO.Stream

Was this page helpful?