Click or drag to resize

ExpandQueryParameters Fields

The ExpandQueryParameters type exposes the following members.

Fields
  NameDescription
Public fieldAnchorObjectId
Specifies the anchor's object ID. Only relevant if the type of the anchor is specified as ExpandAnchorType.Object
Public fieldAnchorObjectSetIds
Specifies the anchor's set of object IDs. Only relevant if the type of the anchor is specified as ExpandAnchorType.ObjectSet
Public fieldConstraintValues
The constraint parameter values.
Public fieldMaxResults
The maximum number of result rows to be retrieved.
Public fieldMinAuthLevel
The required authorization level used for authorization check.
Public fieldPagingOffset
The paging offset.
Public fieldSkipAuthCheck
Indicates if the query is executed without authorization check, even if the query specifications CheckAuthorization property is set to true.
Public fieldSubqueryParameters
The parameters for the subqueries. The key of the dictionary must be the name of the subquery.
Public fieldUserName
The user name used for authorization check.
Top
See Also