Returns the maximum size of content data that the property filter is allowed to retrieve. If this size is exceeded, no content data is retrieved. The returned value is a global value for this PropertyFilter object. You can set this value by calling the SetMaxSize method of this PropertyFilter object.


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

Syntax

Visual Basic (Declaration)
Public Overridable Function GetMaxSize() As Nullable(Of Long)
C#
public virtual Nullable<long> GetMaxSize()
C++
public:
 virtual Nullable<long> GetMaxSize()
J#
public virtual Nullable<long> GetMaxSize()
JScript
public virtual  function GetMaxSize() : Nullable<long>

Return Value

A Long specifying the maximum size (in bytes) of content data.

See Also