Text |
public class TextItem : ResourceFileItem
The TextItem type exposes the following members.
| Name | Description | |
|---|---|---|
| FileExtension |
Gets the file extension.
(Inherited from ResourceFileItem) | |
| FileFolder |
Gets the file folder.
(Inherited from ResourceFileItem) | |
| FileName |
Gets or sets the name of the file.
(Inherited from ResourceFileItem) | |
| FilePath |
Gets or sets the file path (a combination
of FileFolder and FileName).
(Inherited from ResourceFileItem) | |
| RootPath |
Gets the root path of the file resource.
(Inherited from ResourceFileItem) |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object)) | |
| GetFullPath |
Gets the absolute path of the given resource. Combines the Root, FileFolder,
and FileName values.
(Inherited from ResourceFileItem) | |
| GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |