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


IRESTRequestHandler.GetSchema Method (ArcObjects .NET 10.5 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(
  BSTR* schema
);
[C++]

Parameters schema [out, retval] schema is a parameter of type BSTR

Product Availability

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

See Also

IRESTRequestHandler Interface