Returns a String describing this FilterElement object, including its class name, list of included properties, list of included property types, list of excluded properties, and its maxRecursion, maxSize, levelDependents, and pageSize attributes.


Namespace: FileNet.Api.Property
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public Overrides Function ToString() As String
C#
public override string ToString()
C++
public:
 virtual String ToString() override 
J#
public override string ToString()
JScript
public override  function ToString() : String

Return Value

A String that represents this PropertyFilter object.

See Also