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 number of query results to return. |
GetSortProperty | Gets the property on which the query results will be sorted. |
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 on which the query results will be sorted. |
SetStartRow | Sets an index of the first query result to return. |
IDocumentQuery Interface | Plumtree.Remote.PRC Namespace