ArcFM Responder Mobile Developer Guide
NextLocalSendFile Method






Syntax
'Declaration
 
Function NextLocalSendFile( _
   ByRef FilePath As System.String _
) As System.Boolean
'Usage
 
Dim instance As IMMTransporter
Dim FilePath As System.String
Dim value As System.Boolean
 
value = instance.NextLocalSendFile(FilePath)
System.bool NextLocalSendFile( 
   out System.string FilePath
)
function NextLocalSendFile( 
   Out  FilePath: System.String
): System.Boolean; 
function NextLocalSendFile( 
   FilePath : System.String
) : System.boolean;
System.bool NextLocalSendFile( 
   [PARAMFLAG::Out] System.string* FilePath
) 
System.bool NextLocalSendFile( 
   [Out] System.String^ FilePath
) 

Parameters

FilePath
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

IMMTransporter Interface
IMMTransporter Members

Send Feedback