ArcFM Responder Mobile Developer Guide
CopyPath Method






Syntax
'Declaration
 
Public MustOverride Sub CopyPath( _
   ByVal fromPath As System.String, _
   ByVal toPath As System.String _
) 
'Usage
 
Dim instance As ReplicationFileStructure
Dim fromPath As System.String
Dim toPath As System.String
 
instance.CopyPath(fromPath, toPath)
public abstract void CopyPath( 
   System.string fromPath,
   System.string toPath
)
public procedure CopyPath( 
    fromPath: System.String;
    toPath: System.String
); abstract; 
public __abstract function CopyPath( 
   fromPath : System.String,
   toPath : System.String
);
public: abstract void CopyPath( 
   System.string* fromPath,
   System.string* toPath
) 
public:
abstract void CopyPath( 
   System.String^ fromPath,
   System.String^ toPath
) 

Parameters

fromPath
toPath
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

ReplicationFileStructure Class
ReplicationFileStructure Members

Send Feedback