This document is archived and information here might be outdated. Recommended version. |
Indicates whether paths in item URIs are replaced.
[Visual Basic .NET] Public Property ReplaceItemURIPaths As Boolean
[C#] public bool ReplaceItemURIPaths {get; set;}
[C++]
HRESULT get_ReplaceItemURIPaths(
VARIANT_BOOL pbReplaceURIPaths
);
[C++]
HRESULT put_ReplaceItemURIPaths(
Boolean* pbReplaceURIPaths
);
[C++]
Parameters pbReplaceURIPaths [in]
pbReplaceURIPaths is a parameter of type bool pbReplaceURIPaths [out, retval]
pbReplaceURIPaths is a parameter of type bool*