IIndexWorkspaceService.EntityExists(String) 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.
Verify if a path is being part of this indexing
public:
System::Threading::Tasks::Task<bool> ^ EntityExists(System::String ^ filePath);
public System.Threading.Tasks.Task<bool> EntityExists (string filePath);
abstract member EntityExists : string -> System.Threading.Tasks.Task<bool>
Public Function EntityExists (filePath As String) As Task(Of Boolean)
Parameters
- filePath
- String
The file entity exist
Returns
True if the indexing has this entity