Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IDocumentQuery Members

IDocumentQuery overview

Public Instance Methods

Execute Executes the query and returns query results.
GetFilters Gets an array of query filters.
GetFolderID Gets the folder ID to query.
GetMaxRows Gets the maximum of query results to return.
GetSortProperty Gets the property that the query results will be sorted on.
GetStartRow Gets an index of the first query result to return.
IsShowUnapproved Gets whether unapproved documents will be returned in query results.
SetFilters Sets an array of filters to narrow down the query.
SetFolderID Sets the folder ID to query.
SetMaxRows Sets the maximum number of query results to return.
SetShowUnapproved Sets whether unapproved documents should be returned in query results.
SetSortProperty Sets the property that the query results will be sorted on.
SetStartRow Sets an index of the first query result to return.

See Also

IDocumentQuery Interface | Plumtree.Remote.PRC Namespace