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
object. You can set this value by calling the
method of this
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
specifying the maximum size (in
) of content data.