ArcFM Responder Mobile Developer Guide
BackupExists Method






Syntax
'Declaration
 
Function BackupExists( _
   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.BackupExists(sId)
System.bool BackupExists( 
   System.string sId
)
function BackupExists( 
    sId: System.String
): System.Boolean; 
function BackupExists( 
   sId : System.String
) : System.boolean;
System.bool BackupExists( 
   System.string* sId
) 
System.bool BackupExists( 
   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