Click or drag to resize

PFItem_FileEventArgs Properties

The PFItem_FileEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyContent
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
Public propertyContentLoadedFromCache
When true, signals the file content was loaded from disk instead of database.
Public propertyFile
Gets the file.
Public propertyOrigin
Gets the origin of the event.
Top
See Also