![]() |
This document is archived and information here might be outdated. Recommended version. |
Indicates whether if a give prefix matches any catalog path.
[Visual Basic .NET] Public Function get_PrefixExists ( _ ByVal prefix As String _ ) As Boolean
[C#] public bool get_PrefixExists ( string prefix );
[C++]
HRESULT get_PrefixExists(
BSTR prefix,
Boolean* pbExsits
);
[C++]
Parameters prefix [in]
prefix is a parameter of type BSTR pbExsits [out, retval]
pbExsits is a parameter of type bool*