PFWidget_QuickAccess_ContentTypeDisplayMode Enumeration |
Describes how the content-type of found items is displayed.
Namespace:
Packflow.Interface
Assembly:
MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax public enum PFWidget_QuickAccess_ContentTypeDisplayMode
Members
| Member name | Value | Description |
---|
| None | 0 |
Nothing shown.
|
| Icon | 1 |
Shows the content-type's icon.
|
| Group | 2 |
Groups items by content-type and display the content-type name above each group.
|
See Also