Click or drag to resize

PFItem_FileBindingEventArgs Properties

The PFItem_FileBindingEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyAdditionalValues
A collection of values to add to the item's fields values for QuickParts binding.
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
(Inherited from PFItem_FileEventArgs.)
Public propertyContentLoadedFromCache
When true, signals the file content was loaded from disk instead of database.
(Inherited from PFItem_FileEventArgs.)
Public propertyFile
Gets the file.
(Inherited from PFItem_FileEventArgs.)
Public propertyForceBinding
Set this property true to instruct engine to proceed to binding even if 'should bind' is set to false;
Public propertyIsTemplatePreBinding
Returns true if the PFFile bound is being created from a template.
Public propertyOrigin
Gets the origin of the event.
(Inherited from PFItem_FileEventArgs.)
Public propertyShouldBind
Flagged true if the engine has estimated current file should be bound. May be set to false to cancel binding.
Top
See Also