This document is archived and information here might be outdated. Recommended version. |
.
[Visual Basic .NET] Public Function get_PortalItemType ( _ ByVal Index As Integer _ ) As esriPortalItemType
[C#] public esriPortalItemType get_PortalItemType ( int Index );
[C++]
HRESULT get_PortalItemType(
long Index,
esriPortalItemType* pType
);
[C++] Parameters Index [in]
Index is a parameter of type long pType [out, retval]
pType is a parameter of type esriPortalItemType*