Click or drag to resize
SharePointListItemsSelection Constructor (String, String, String)
Creates a new list items selection with selection parameters specified.

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 10.0.0
Syntax
C#
public SharePointListItemsSelection(
	string fieldName,
	string fieldType,
	string fieldValue
)

Parameters

fieldName
Type: SystemString
Field name (internal name) on which to perform selection.
fieldType
Type: SystemString
Field type on which the selection is performed.
fieldValue
Type: SystemString
Field value which is looked up in the list.
See Also