ArcFM Responder Mobile Developer Guide
RestoreBackup Method






Syntax
'Declaration
 
Function RestoreBackup( _
   ByVal sId As System.String _
) As System.Boolean
'Usage
 
Dim instance As IMMTransporter2
Dim sId As System.String
Dim value As System.Boolean
 
value = instance.RestoreBackup(sId)
System.bool RestoreBackup( 
   System.string sId
)
function RestoreBackup( 
    sId: System.String
): System.Boolean; 
function RestoreBackup( 
   sId : System.String
) : System.boolean;
System.bool RestoreBackup( 
   System.string* sId
) 
System.bool RestoreBackup( 
   System.String^ sId
) 

Parameters

sId
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMTransporter2 Interface
IMMTransporter2 Members

Send Feedback