Click or drag to resize

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
C#
public enum PFGridViewSettingsDataType
Members
  Member nameValueDescription
Items0 The gridview targets PFItem from a single content-type.
Objects1 The gridview targets Packflow objects like events, log entries, etc.
MultiContent2 The gridview targets PFItem from multiple content-types.
See Also