StorageHelperGetFileStream Method (String, FileMode, FileAccess, FileShare) |
Returns new instance of file stream.
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 13.0.131
Syntax public static FileStream GetFileStream(
string path,
FileMode mode,
FileAccess access,
FileShare share
)
Parameters
- path
- Type: SystemString
Path to file - mode
- Type: CMS.IOFileMode
File mode - access
- Type: CMS.IOFileAccess
File access - share
- Type: CMS.IOFileShare
Sharing permissions
Return Value
Type:
FileStreamSee Also