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


IGxGeodatabase.Backup Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Interfaces > IG > IGxGeodatabase Interface > IGxGeodatabase.Backup Method
ArcGIS Developer Help

IGxGeodatabase.Backup Method

Backs up a Geodatabase from a Data server.

[Visual Basic .NET]
Public Sub Backup ( _
    ByVal backupName As String, _
    ByVal backupFileName As String, _
    ByVal Description As String, _
    ByRef isSimpleRecoveryModel As Boolean _
)
[C#]
public void Backup (
    string backupName,
    string backupFileName,
    string Description,
    ref bool isSimpleRecoveryModel
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxGeodatabase Interface