Add
Add(string, params string[])
Lägger till de angivna attributen till det angivna indexerade dokumentet.
public void Add(string path, params string[] attributes)
| Parameter | Typ | Beskrivning | 
|---|---|---|
| path | String | Dokumentets sökväg. | 
| attributes | String[] | Attributen att lägga till. | 
Se även
- class AttributeChangeBatch
- namnutrymme GroupDocs.Search.Common
- hopsättning GroupDocs.Search
Add(string[], params string[])
Lägger till de angivna attributen till de angivna indexerade dokumenten.
public void Add(string[] paths, params string[] attributes)
| Parameter | Typ | Beskrivning | 
|---|---|---|
| paths | String[] | Dokumentens vägar. | 
| attributes | String[] | Attributen att lägga till. | 
Se även
- class AttributeChangeBatch
- namnutrymme GroupDocs.Search.Common
- hopsättning GroupDocs.Search