[This is preliminary documentation and is subject to change.]

Returns the user query string

Namespace:  OfficeClip.BusinessLayer.Tracker
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
protected string GetUserQueryString(
	string lhs,
	string rhs,
	string andCond
)
Visual Basic (Declaration)
Protected Function GetUserQueryString ( _
	lhs As String, _
	rhs As String, _
	andCond As String _
) As String
Visual C++
protected:
String^ GetUserQueryString(
	String^ lhs, 
	String^ rhs, 
	String^ andCond
)

Parameters

lhs
Type: System..::.String
The left hand side
rhs
Type: System..::.String
The right hand side
andCond
Type: System..::.String
The and condition

Return Value

See Also