Add
Add(string, params string[])
指定された属性を、指定されたインデックス付きドキュメントに追加します。
public void Add(string path, params string[] attributes)
| パラメータ | タイプ | 説明 | 
|---|---|---|
| path | String | ドキュメント パス。 | 
| attributes | String[] | 追加する属性。 | 
関連項目
- class AttributeChangeBatch
- 名前空間 GroupDocs.Search.Common
- 組み立て GroupDocs.Search
Add(string[], params string[])
指定された属性を、指定されたインデックス付きドキュメントに追加します。
public void Add(string[] paths, params string[] attributes)
| パラメータ | タイプ | 説明 | 
|---|---|---|
| paths | String[] | ドキュメントのパス。 | 
| attributes | String[] | 追加する属性。 | 
関連項目
- class AttributeChangeBatch
- 名前空間 GroupDocs.Search.Common
- 組み立て GroupDocs.Search