Returns the maximum recursion depth to use when retrieving property relationships specified by this
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
A zero-based
specifying the maximum recursion depth; returns 0 if the value of the recursion level is
.