This document is archived and information here might be outdated. Recommended version. |
Indicates whether only folder paths are returned.
[Visual Basic .NET]
Public Property FoldersOnly As Boolean
[C#]
public bool FoldersOnly {get; set;}
[C++]
HRESULT get_FoldersOnly(
VARIANT_BOOL pbFoldersOnly
);
[C++]
HRESULT put_FoldersOnly(
Boolean* pbFoldersOnly
);
[C++] Parameters pbFoldersOnly [in]
pbFoldersOnly is a parameter of type bool pbFoldersOnly [out, retval]
pbFoldersOnly is a parameter of type bool*