ViewRequest
Represents a View.
Gets or sets the Artifact ID of the view.
Gets or set the Artifact Type ID of the object the view is assigned to.
Gets or sets Dashboard associated with the view.
Gets or sets the fields included in the view result set. They are specified as a collection of FieldRef objects.
Gets or sets the Group Definition Field Artifact ID.
Gets or sets a Boolean value indicating whether the view is used to display relational fields.
Gets or sets a Boolean value indicating whether the view is a system view.
Gets or sets a Boolean value indicating whether the view is visible in the system.
Gets or sets a descriptive for the view.
Gets or sets the position of the view in the view drop-down list.
Gets or sets the users who owns the view. Setting the Artifact ID on this property to 0 enables all users with View permissions to see the view.
Gets or sets a string parameter used to optimize views. Use the query hint only when instructed by the Relativity Client Services team.
Currently, you can use Hashjoin:(true/false) or Maxdrop:(x) to populate the field.
Gets or sets the Relativity applications associated with the view.
Gets or sets search criteria specified as a CriteriaCollection object.
Gets or sets the sort order for view results specified as a collection of Sort objects.
Gets or sets a Boolean value indicating whether the view is visible in the view drop-down list.
Converts a ViewResponse to a new instance of a ViewRequest.
public ViewRequest()
Initializes an instance of the ViewRequest class with all properties set to their default values.
Implicitly converts a ViewResponse to a new instance of a ViewRequest.