Returns the maximum size of the content data that can be returned when properties that hold content data specified by this FilterElement object are retrieved. If the amount of content data held by retrieved properties exceeds this size, no content data is returned.


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