Returns the maximum recursion depth for the property filter to use when retrieving property relationships. The returned value is the global value for this PropertyFilter object. You can set this value by calling one of the setMaxRecursion methods of this PropertyFilter object.


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

Syntax

Visual Basic (Declaration)
Public Overridable Function GetMaxRecursion() As Nullable(Of Integer)
C#
public virtual Nullable<int> GetMaxRecursion()
C++
public:
 virtual Nullable<int> GetMaxRecursion()
J#
public virtual Nullable<int> GetMaxRecursion()
JScript
public virtual  function GetMaxRecursion() : Nullable<int>

Return Value

An int specifying the maximum recursion depth; returns 0 if the value of the property filter’s global maximum recursion level is Null.

See Also