Interface IStaticStorage
Namespace: Aurigma.DesignAtoms.Storage.StaticStorage
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface IStaticStorage
Methods
FileExists
bool FileExists(string staticStorageId)
Parameters
| Type | Name | Description |
|---|---|---|
System.String | staticStorageId |
Returns
System.Boolean
GetReadStream
Stream GetReadStream(string staticStorageId)
Parameters
| Type | Name | Description |
|---|---|---|
System.String | staticStorageId |
Returns
System.IO.Stream