Method | Description | |
---|---|---|
Delete ( string path ) : void | ||
Exists ( string path ) : bool | ||
Get ( string path ) : byte[] | ||
IisFileSystemBinaryDataStorage ( string appRelativeRoot ) : System | ||
Put ( string path, byte data, bool overwrite = false ) : void |
Method | Description | |
---|---|---|
GetFullPath ( string relativePath ) : string |
public IisFileSystemBinaryDataStorage ( string appRelativeRoot ) : System | ||
appRelativeRoot | string | |
return | System |
public Put ( string path, byte data, bool overwrite = false ) : void | ||
path | string | |
data | byte | |
overwrite | bool | |
return | void |