Interface IProtectableFileStorage
Inherited Members
System.IDisposable.Dispose()
Namespace: Aurigma.DesignAtoms.Storage.FileStorage
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface IProtectableFileStorage : IFileStorage, IDisposable
Methods
IsProtected(String)
Declaration
bool IsProtected(string fileId)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | fileId |
Returns
| Type | Description |
|---|---|
| System.Boolean |
SetProtection(String, Boolean)
Declaration
void SetProtection(string fileId, bool value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | fileId | |
| System.Boolean | value |