PFItem_FileBindingEventArgs Properties |
The PFItem_FileBindingEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | AdditionalValues |
A collection of values to add to the item's fields values for QuickParts binding.
|
![]() | 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 (Inherited from PFItem_FileEventArgs.) |
![]() | ContentLoadedFromCache |
When true, signals the file content was loaded from disk instead of database.
(Inherited from PFItem_FileEventArgs.) |
![]() | File |
Gets the file.
(Inherited from PFItem_FileEventArgs.) |
![]() | ForceBinding |
Set this property true to instruct engine to proceed to binding even if 'should bind' is set to false;
|
![]() | IsTemplatePreBinding |
Returns true if the PFFile bound is being created from a template.
|
![]() | Origin |
Gets the origin of the event.
(Inherited from PFItem_FileEventArgs.) |
![]() | ShouldBind |
Flagged true if the engine has estimated current file should be bound.
May be set to false to cancel binding.
|