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 public enum PFFieldFileHolder_TemplateScope
Members
| Member name | Value | Description |
---|
| AllItems | 1 |
All templates can be selected, regardless of the context.
|
| ApplicationContext | 2 |
Only templates with the same context as the current item can be selected.
|
See Also