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


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

IRESTResource.FindChildResource Method

Finds child resource, non-recursive.

[Visual Basic .NET]
Public Function FindChildResource ( _
    ByVal Name As String _
) As IRESTResource
[C#]
public IRESTResource FindChildResource (
    string Name
);
[C++]
HRESULT FindChildResource(
  BSTR Name
);
[C++]

Parameters Name [in]
Name is a parameter of type BSTR

Product Availability

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

See Also

IRESTResource Interface