ArcFM Desktop 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 String _
) 
'Usage
 
Dim instance As EditLogMonitor
Dim path As String
 
instance.SaveToFile(path)
public void SaveToFile( 
   string path
)

Parameters

path
path to the XML log file
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

EditLogMonitor Class
EditLogMonitor Members

 

 


Send Comment