Click or drag to resize
FileInfoOpenText Method
Creates stream which reads from file.

Namespace: CMS.FileSystemStorage
Assembly: CMS.FileSystemStorage (in CMS.FileSystemStorage.dll) Version: 8.2.23
Syntax
C#
public override StreamReader OpenText()

Return Value

Type: StreamReader
See Also