StorageProviderGetFileStream Method (String, FileMode) |
Returns new instance of file stream.
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 13.0.131
Syntax public override FileStream GetFileStream(
string path,
FileMode mode
)
Parameters
- path
- Type: SystemString
Path to file - mode
- Type: CMS.IOFileMode
File mode
Return Value
Type:
FileStreamSee Also