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)
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.