IIndexWorkspaceService.PurgeFileScannerData(String, Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Purge data for file entity
public:
System::Threading::Tasks::Task ^ PurgeFileScannerData(System::String ^ filePath, Guid providerType);
public System.Threading.Tasks.Task PurgeFileScannerData (string filePath, Guid providerType);
abstract member PurgeFileScannerData : string * Guid -> System.Threading.Tasks.Task
Public Function PurgeFileScannerData (filePath As String, providerType As Guid) As Task
Parameters
- filePath
- String
The indexed file path
- providerType
- Guid
Optional provider type
Returns
Task completion