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)

ToggleSyntax

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

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.

ToggleSee Also