Version:
FileResource Class
Contains information about a client-accessible file.
Inheritance Hierarchy
- object
- Inedo.Extensibility.FileResource
Syntax
public
class
FileResource
Properties
|
Name |
Description |
|
ContentType
|
Gets the Content-Type of the file.
|
|
ETag
|
Gets the ETag of the file if available.
|
|
Modified
|
Gets the last modified timestamp of the file if available.
|
|
Size
|
Gets the size of the file in bytes.
|
Methods
|
Name |
Description |
|
OpenRead
|
Opens the file for read access.
|