ArcObjects Library Reference (System)  

IRESTResource.AddResource Method

Adds child resource.

[Visual Basic .NET]
Public Sub AddResource ( _
    ByVal r As IRESTResource _
)
[C#]
public void AddResource (
    IRESTResource r
);
[C++]
HRESULT AddResource(
  IRESTResource* r
);
[C++]

Parameters

r [in]

  r is a parameter of type IRESTResource

Product Availability

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

See Also

IRESTResource Interface