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)

ToggleSyntax

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

Return Value

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

ToggleSee Also