CreateAttribute
SearchDocumentFilter.CreateAttribute method
Creates a filter for skipping documents that do not have any value from the specified list of allowable attributes.
public static ISearchDocumentFilter CreateAttribute(params string[] attributes)
Parameter | Type | Description |
---|---|---|
attributes | String[] | The list of allowable attributes. |
Return Value
A search document filter by document attribute.
See Also
- interface ISearchDocumentFilter
- class SearchDocumentFilter
- namespace GroupDocs.Search.Options
- assembly GroupDocs.Search