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


IRESTRequestHandler.GetSchema Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (System)  

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