Click or drag to resize
FileResourceReader Class
Reader for the resource files.
Inheritance Hierarchy
SystemObject
  CMS.LocalizationFileResourceReader

Namespace: CMS.Localization
Assembly: CMS.Localization (in CMS.Localization.dll) Version: 10.0.0
Syntax
C#
public class FileResourceReader : IDisposable

The FileResourceReader type exposes the following members.

Constructors
  NameDescription
Public methodFileResourceReader
Constructor.
Top
Properties
  NameDescription
Public propertyFilePath
File path.
Public propertyIsCompleted
Returns true if the file is completed.
Protected propertyReader
Reader for the resource file.
Top
Methods
  NameDescription
Protected methodCloseReaders
Closes the readers.
Public methodDispose
Disposes the object.
Public methodGetNextString
Gets the next string from the resource file.
Top
See Also