This document is archived and information here might be outdated. Recommended version. |
Indicates whether to check a particular iteminfo exists or not.
[Visual Basic .NET] Public Function get_ItemInfoExists ( _ ByVal catalogPath As String _ ) As Boolean
[C#] public bool get_ItemInfoExists ( string catalogPath );
[C++]
HRESULT get_ItemInfoExists(
BSTR catalogPath,
Boolean* pbExsits
);
[C++]
Parameters catalogPath [in]
catalogPath is a parameter of type BSTR pbExsits [out, retval]
pbExsits is a parameter of type bool*