This document is archived and information here might be outdated. Recommended version. |
The file or folder path to crawl.
[Visual Basic .NET]
Public Property Path As String
[C#]
public string Path {get; set;}
[C++]
HRESULT get_Path(
BSTR pFileOrFolderPath
);
[C++]
HRESULT put_Path(
System.String* pFileOrFolderPath
);
[C++] Parameters pFileOrFolderPath [in]
pFileOrFolderPath is a parameter of type BSTR pFileOrFolderPath [out, retval]
pFileOrFolderPath is a parameter of type BSTR*