This document is archived and information here might be outdated. Recommended version. |
Regular expression formed using wild card characters ('*', '?', or '.') for matching data source items created by the crawler. No item URIs are requested for those data sources don't match the specified regular expression.
[Visual Basic .NET]
Public Property Filter As String
[C#]
public string Filter {get; set;}
[C++]
HRESULT get_Filter(
BSTR pFilter
);
[C++]
HRESULT put_Filter(
System.String* pFilter
);
[C++] Parameters pFilter [in]
pFilter is a parameter of type BSTR pFilter [out, retval]
pFilter is a parameter of type BSTR*