Remove

Remove(string, params string[])

يزيل السمات المحددة من المستند المفهرس المحدد.

public void Remove(string path, params string[] attributes)
معامل يكتب وصف
path String مسار الوثيقة.
attributes String[] السمات المراد إزالتها.

أنظر أيضا


Remove(string[], params string[])

يزيل السمات المحددة من المستندات المفهرسة المحددة.

public void Remove(string[] paths, params string[] attributes)
معامل يكتب وصف
paths String[] مسارات الوثائق.
attributes String[] السمات المراد إزالتها.

أنظر أيضا