Click or drag to resize

EnCriterionLinkType Enumeration

Different criteria can be combined using AND or OR operators. Only AND is supported at the moment.

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
public enum EnCriterionLinkType
Members
  Member nameValueDescription
enCriterionLinkTypeUndefined0
enCriterionLinkTypeAnd1
enCriterionLinkTypeOr2
enCriterionLinkTypeIllegal255
See Also