This document is archived and information here might be outdated. Recommended version. |
The collection of file- or folder-paths to crawl.
[Visual Basic .NET] Public Property Paths As IStringArray
[C#] public IStringArray Paths {get; set;}
[C++]
HRESULT get_Paths(
IStringArray* ppFileOrFolderPaths
);
[C++]
HRESULT putref_Paths(
IStringArray** ppFileOrFolderPaths
);
[C++] Parameters ppFileOrFolderPaths [in]
ppFileOrFolderPaths is a parameter of type IStringArray* ppFileOrFolderPaths [out, retval]
ppFileOrFolderPaths is a parameter of type IStringArray**