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


IReplicaSchemaImportUI.InitFromXmlFile Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributedUI > ESRI.ArcGIS.GeoDatabaseDistributedUI > Interfaces > IR > IReplicaSchemaImportUI Interface > IReplicaSchemaImportUI.InitFromXmlFile Method
ArcGIS Developer Help

IReplicaSchemaImportUI.InitFromXmlFile Method

The name of the xml file that contains the schema changes.

[Visual Basic .NET]
Public Sub InitFromXmlFile ( _
    ByVal XmlDeltaFile As String _
)
[C#]
public void InitFromXmlFile (
    string XmlDeltaFile
);

Product Availability

Available with ArcGIS Desktop.

See Also

IReplicaSchemaImportUI Interface