This document is archived and information here might be outdated. Recommended version. |
The maximum depth of each folder path returned.
[Visual Basic .NET]
Public Property PathDepth As Integer
[C#]
public int PathDepth {get; set;}
[C++]
HRESULT get_PathDepth(
long pPathDepth
);
[C++]
HRESULT put_PathDepth(
System.Int32* pPathDepth
);
[C++] Parameters pPathDepth [in]
pPathDepth is a parameter of type long pPathDepth [out, retval]
pPathDepth is a parameter of type long*