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


IRESTRequestHandler.GetSchema Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IR > IRESTRequestHandler Interface > IRESTRequestHandler.GetSchema Method
ArcGIS Developer Help

IRESTRequestHandler.GetSchema Method

Obtains REST request schema.

[Visual Basic .NET]
Public Function GetSchema ( _
) As String
[C#]
public string GetSchema (
);
[C++]
HRESULT GetSchema(
void
);

Product Availability

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

See Also

IRESTRequestHandler Interface