Share via


List.GetBloomFilterWithCustomFields(Int32, IList<String>) Method

Definition

[Microsoft.SharePoint.Client.Remote]
public Microsoft.SharePoint.Client.ListBloomFilter GetBloomFilterWithCustomFields (int listItemStartingID, System.Collections.Generic.IList<string> internalFieldNames);
member this.GetBloomFilterWithCustomFields : int * System.Collections.Generic.IList<string> -> Microsoft.SharePoint.Client.ListBloomFilter
Public Function GetBloomFilterWithCustomFields (listItemStartingID As Integer, internalFieldNames As IList(Of String)) As ListBloomFilter

Parameters

listItemStartingID
Int32
internalFieldNames
IList<String>

Returns

Attributes

Applies to