View
public class View : ViewRef, IViewFieldAssociable, ISortAssociable, IRelativityApplicationAssociable, ISearchCriteriaAssociable
Represents a 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 the Artifact Type information for the object that the view is assigned to.
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 the user who created the view.
Gets or sets the date and time in UTC when the view was created.
Gets or sets the user who last modified the view.
Gets or sets the date and time in UTC when the view was last modified.
Gets or sets a Boolean value indicating whether the view is visible in the view drop-down list.
public View()
Initializes a new instance of View class.