[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Special optional child of the Lists element.

Namespace: JohnHolliday.Caml.Net
Assembly:  JohnHolliday.Caml.Net (in JohnHolliday.Caml.Net.dll)

Syntax

C#
public static string WithIndex(
	Guid fieldID,
	string fieldValue
)
Visual Basic (Declaration)
Public Shared Function WithIndex ( _
	fieldID As Guid, _
	fieldValue As String _
) As String
Visual C++
public:
static String^ WithIndex (
	Guid fieldID, 
	String^ fieldValue
)

Parameters

fieldID
Guid
the guid of the indexed field
fieldValue
String
the matching field value

Remarks

When present, this element causes the query to be limited to lists with indexed fields.

See Also