Specifies the maximum number of records to be returned by the search. The maximum records specified here
overrides the maximum records setting in the search template. If null, no change is made to the search template data.
Namespace:
FileNet.Api.Query
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
Public Property MaximumRecords As Nullable(Of Integer) |
C# |
---|
public Nullable<int> MaximumRecords { get; set; } |
Visual C++ |
---|
public:
property Nullable<int> MaximumRecords {
Nullable<int> get ();
void set (Nullable<int> value);
} |
JavaScript |
---|
function get_maximumRecords();
function set_maximumRecords(value); |