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