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