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


IWFSServer.GetData Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IW > IWFSServer Interface > IWFSServer.GetData Method
ArcGIS Developer Help

IWFSServer.GetData Method

Handle a WFS request.

[Visual Basic .NET]
Public Function GetData ( _
    ByVal httpVerb As esriWFSHttpVerb, _
    ByVal request As String _
) As String
[C#]
public string GetData (
    esriWFSHttpVerb httpVerb,
    string request
);
[C++]
HRESULT GetData(
  esriWFSHttpVerb httpVerb,
  BSTR request
);
[C++]
Parameters
httpVerb [in]

httpVerb is a parameter of type esriWFSHttpVerb request [in]
request is a parameter of type BSTR

Product Availability

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

See Also

IWFSServer Interface