PFItem_FileEventArgs Properties |
The PFItem_FileEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| Content |
Gets the file content loaded from cache or database.
Never set file.Content from this property,
as this could compromise database in case of cache corruption.
ContentLoadedFromCache | |
| ContentLoadedFromCache |
When true, signals the file content was loaded from disk instead of database.
| |
| File |
Gets the file.
| |
| Origin |
Gets the origin of the event.
|