SharePointListItemsSelection Constructor (String, String, String) |
Creates a new list items selection with selection parameters specified.
Namespace: CMS.SharePointAssembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 8.2.23
Syntax 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