PFFieldFileHolder_WordBindingMode Enumeration |
Describes the technology used to synchronize Word documents with items' data.
Namespace:
Packflow.Core
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public enum PFFieldFileHolder_WordBindingMode
Members
| Member name | Value | Description |
---|
| None | 1 |
Word documents are not synchronized.
|
| QuickParts | 2 |
Word documents are synchronized using Office quickparts.
|
| WordForm | 3 |
Word documents are synchronized using Ticup WordForm technology.
|
See Also