Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 1.42 KB

in-element-query.md

File metadata and controls

57 lines (41 loc) · 1.42 KB
titlemanagerms.datems.audiencems.topicms.localizationpriorityapi_nameapi_typems.assetiddescription
In element (Query)
soliver
3/9/2015
Developer
reference
medium
Query schema
schema
576fe054-c54b-4282-ac53-d94345845ddc
In CAML, specifies whether the value of a list item for the field specified by the FieldRef element is equal to one of the values specified by the Values element.

In element (Query)

Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013

Specifies whether the value of a list item for the field specified by the FieldRef element is equal to one of the values specified by the Values element.

<In> <FieldRef Name = "Field_Name"/> <Values> <Value Type = "Field_Type"/> </Values> <XML /> </In>

Elements and attributes

The following sections describe attributes, child elements, and parent elements.

Attributes

None

Child elements

Parent elements

Occurrences

  • Minimum: 0
  • Maximum: Unbounded

Remarks

The In element does not support the use of negation operators such as Neq or NotIncludes.

close