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

Returns whether journal contains specified text or not. Test is not case sensitive.

Namespace:  Phoenix
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static bool Contains(
	string text
)
Public Shared Function Contains ( _
	text As String _
) As Boolean
public:
static bool Contains(
	String^ text
)

Parameters

text
String

Return Value

See Also