Click or drag to resize

PFFieldFileHolder_TemplateScope Enumeration

Defines which scope the templates available for document creation must share with the current item.

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_TemplateScope
Members
  Member nameValueDescription
AllItems1 All templates can be selected, regardless of the context.
ApplicationContext2 Only templates with the same context as the current item can be selected.
See Also