SharePointListItemsSelection ClassKentico 8.1 API Reference

Holds a triplet for list items selection specification. The triplet is semantically equivalent to following SharePoint Query expression
<FieldRef Name="FieldName" /><Value Type="FieldType">FieldValue</Value>

In order for the selection to be valid the FieldName, FieldType and FieldValue should be provided.

Inheritance Hierarchy

OnlineSystem Object
  CMS.SharePoint SharePointListItemsSelection

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 8.0.0.0 (8.1.5347.20411)
See Also