Click or drag to resize
SharePointListItemsSelection Class

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
SystemObject
  CMS.SharePointSharePointListItemsSelection

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 10.0.0
Syntax
C#
public class SharePointListItemsSelection

The SharePointListItemsSelection type exposes the following members.

Constructors
  NameDescription
Public methodSharePointListItemsSelection
Creates a new list items selection with no parameters.
Public methodSharePointListItemsSelection(String, String, String)
Creates a new list items selection with selection parameters specified.
Top
Properties
  NameDescription
Public propertyFieldName
Field name (internal name) on which to perform selection.
Public propertyFieldType
Field type on which the selection is performed.
Public propertyFieldValue
Field value which is looked up in the list.
Top
See Also