GeoData service ExportReplicaSchema method

Exports the schema of a replica to an XML document.

ExportReplicaSchema(string ReplicaName, esriGDSTransportType TransportType)

Parameter

Description

ReplicaName

The ReplicaName is the name of the replica.

TransportType

The TransportType indicates the desired transport type. Use "esriGDSTransportTypeURL" to place the output in a file in the virtual output directory. Use "esriGDSTransportTypeEmbedded" to have the results embedded in the output GDSData object. If no virtual output directory exists, the results will be embedded regardless of the value set for this parameter.

Return Value

A GDSData object.

2/28/2020