ArcFM Responder Mobile Developer Guide
SaveToFile Method (EditLogMonitor)






path to the XML log file
Save edits that were logged by the edit logger to an XML file
Syntax
'Declaration
 
Public Sub SaveToFile( _
   ByVal path As System.String _
) 
'Usage
 
Dim instance As EditLogMonitor
Dim path As System.String
 
instance.SaveToFile(path)
public void SaveToFile( 
   System.string path
)
public procedure SaveToFile( 
    path: System.String
); 
public function SaveToFile( 
   path : System.String
);
public: void SaveToFile( 
   System.string* path
) 
public:
void SaveToFile( 
   System.String^ path
) 

Parameters

path
path to the XML log file
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

EditLogMonitor Class
EditLogMonitor Members

Send Feedback