Click or drag to resize

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
C#
public enum PFFieldFileHolder_WordBindingMode
Members
  Member nameValueDescription
None1 Word documents are not synchronized.
QuickParts2 Word documents are synchronized using Office quickparts.
WordForm3 Word documents are synchronized using Ticup WordForm technology.
See Also