FilterCollection.SetFilterValue(String, Int32, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.SharePoint.Client.Remote]
public void SetFilterValue (string inputFilterName, int valueIndex, object value);
member this.SetFilterValue : string * int * obj -> unit
Public Sub SetFilterValue (inputFilterName As String, valueIndex As Integer, value As Object)
Parameters
- inputFilterName
- String
- valueIndex
- Int32
- value
- Object
- Attributes