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

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

Syntax

C#
protected void fillFilterBuffer(
	ref StringBuilder filterSb,
	string str1,
	string str2,
	string str3,
	string str4
)
Visual Basic (Declaration)
Protected Sub fillFilterBuffer ( _
	ByRef filterSb As StringBuilder, _
	str1 As String, _
	str2 As String, _
	str3 As String, _
	str4 As String _
)
Visual C++
protected:
void fillFilterBuffer(
	StringBuilder^% filterSb, 
	String^ str1, 
	String^ str2, 
	String^ str3, 
	String^ str4
)

Parameters

filterSb
Type: System.Text..::.StringBuilder%
str1
Type: System..::.String
str2
Type: System..::.String
str3
Type: System..::.String
str4
Type: System..::.String

See Also