 | FilterType Enumeration |
Filter Types that a Commence ViewFilter request can use, i.e. the filters you can apply to Commence.
Namespace:
Vovin.CmcLibNet.Database
Assembly:
Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
SyntaxPublic Enumeration FilterType
Members|
| Member name | Value | Description |
|---|
| Field | 0 |
Filter on fieldvalue.
|
| ConnectionToItem | 1 |
Filter on connection to specific item.
|
| ConnectionToCategoryToItem | 2 |
Filter on connected item to connected item.
|
| ConnectionToCategoryField | 3 |
Filter on fieldvalue in connected category.
|
See Also