Specifies the maximum number of records to be returned by the content search.
The maximum records specified here overrides any value in the search template.
If null, no change is made to the value in the search template.
For more information, see
Query Result Row Limits.
Namespace:
FileNet.Api.Query
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
Public Property ContentQueryMaximumRecords As Nullable(Of Integer) |
C# |
---|
public Nullable<int> ContentQueryMaximumRecords { get; set; } |
Visual C++ |
---|
public:
property Nullable<int> ContentQueryMaximumRecords {
Nullable<int> get ();
void set (Nullable<int> value);
} |
JavaScript |
---|
function get_contentQueryMaximumRecords();
function set_contentQueryMaximumRecords(value); |