Aqualogic Interaction API  
 

IPTSearchQuery.GetContentAsString Method 

Returns this search query as a simple string. If the query is too complex to be represented as a string, may return null or throw an exception, depending on implementation (be prepared to handle either case).

string GetContentAsString();

Return Value

a string corresponding to the query

See Also

IPTSearchQuery Interface | com.plumtree.server Namespace