| FileResourceReader Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.Localization
 Syntax
Syntaxpublic class FileResourceReader : IDisposable
The FileResourceReader type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | FileResourceReader | 
            Constructor.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | FilePath | 
            File path.
             | 
|  | IsCompleted | 
            Returns true if the file is completed.
             | 
|  | Reader | 
            Reader for the resource file.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | CloseReaders | 
            Closes the readers.
             | 
|  | Dispose | 
            Disposes the object.
             | 
|  | GetNextString | 
            Gets the next string from the resource file.
             | 
 See Also
See Also