PFGridViewSettingsDataType Enumeration |
Identifies which kind of data is targeted by a gridview.
Namespace:
Packflow.Interface
Assembly:
MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax public enum PFGridViewSettingsDataType
Members
| Member name | Value | Description |
---|
| Items | 0 |
The gridview targets PFItem from a single content-type.
|
| Objects | 1 |
The gridview targets Packflow objects like events, log entries, etc.
|
| MultiContent | 2 |
The gridview targets PFItem from multiple content-types.
|
See Also