This document is archived and information here might be outdated.  Recommended version.


IRESTResource.GetResources Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (System)  

IRESTResource.GetResources Method

Returns enumerator for immediate child resources.

[Visual Basic .NET]
Public Function GetResources ( _
) As IEnumRESTResource
[C#]
public IEnumRESTResource GetResources (
);
[C++]
HRESULT GetResources(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRESTResource Interface