|
FileBlockReaderTrimFileIndex Method
|
Check if files have been removed from the directory and remove them from the index.
Namespace: FileAdaptersAssembly: FileAdapters (in FileAdapters.dll) Version: 2.4.296-beta
Syntax[AdapterCommandAttribute("Remove missing files from the index.", new string[] { ... })]
public void TrimFileIndex()<AdapterCommandAttribute("Remove missing files from the index.", New String() { ... })>
Public Sub TrimFileIndexpublic:
[AdapterCommandAttribute(L"Remove missing files from the index.", __gc new array<String^>^ { ... })]
void TrimFileIndex()[<AdapterCommandAttribute("Remove missing files from the index.", new string[] { ... })>]
member TrimFileIndex : unit -> unit function TrimFileIndex();
View Source
See Also