PFItem_FileBindingEventArgs Constructor |
Contains data about an office file binding to an item.
Namespace:
Packflow.Core
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public PFItem_FileBindingEventArgs(
PFFile file,
PFItem_FileEventOrigin origin,
bool shouldBind = false,
bool isTemplatePreBinding = false
)
Parameters
- file
- Type: Packflow.CorePFFile
The PFFile to be bound - origin
- Type: Packflow.CorePFItem_FileEventOrigin
The origin of the event - shouldBind (Optional)
- Type: SystemBoolean
Is true if engine estimates binding should occur - isTemplatePreBinding (Optional)
- Type: SystemBoolean
Is true if binding happens on a newly created file from a template
See Also