ViewRequest public class ViewRequest : IHaveName Documentation public int ArtifactID { get; set; } public int ArtifactTypeID { get; set; } public Securable<DisplayableObjectIdentifier> Dashboard { get; set; } public List<FieldRef> Fields { get; set; } public int? GroupDefinitionFieldArtifactID { get; set; } public bool IsRelationalFieldView { get; set; } public bool IsSystemView { get; set; } public bool IsVisible { get; set; } public string Name { get; set; } public int Order { get; set; } public Securable<DisplayableObjectIdentifier> Owner { get; set; } public string QueryHint { get; set; } public List<DisplayableObjectIdentifier> RelativityApplications { get; set; } public CriteriaCollection SearchCriteria { get; set; } public List<Sort> Sorts { get; set; } public bool VisibleInDropdown { get; set; } public ViewRequest(ViewResponse response) public ViewRequest() public static ViewRequest op_Implicit(ViewResponse response)