PFItem_FileEventArgs Constructor (PFFile, PFItem_FileEventOrigin, Byte, Boolean) |
Initializes a new instance of the PFItem_FileEventArgs class, i
Namespace:
Packflow.Core
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public PFItem_FileEventArgs(
PFFile file,
PFItem_FileEventOrigin origin,
byte[] content,
bool isContentCached = false
)
Parameters
- file
- Type: Packflow.CorePFFile
The file. - origin
- Type: Packflow.CorePFItem_FileEventOrigin
The origin of the event. - content
- Type: SystemByte
The file content. When loaded from database, points to file.Content - isContentCached (Optional)
- Type: SystemBoolean
Signals the content was loaded from a cache and not directly from database.
See Also