CreateAttribute

SearchDocumentFilter.CreateAttribute method

Skapar ett filter för att hoppa över dokument som inte har något värde från den angivna listan över tillåtna attribut.

public static ISearchDocumentFilter CreateAttribute(params string[] attributes)
Parameter Typ Beskrivning
attributes String[] Listan över tillåtna attribut.

Returvärde

Ett sökdokumentfilter efter dokumentattribut.

Se även