ArcFM Responder Mobile Developer Guide
LoadFromFile Method (EditLogMonitor)






path to the XML log file
Load edits from an XML file into the edit logger
Syntax
'Declaration
 
Public Sub LoadFromFile( _
   ByVal path As System.String _
) 
'Usage
 
Dim instance As EditLogMonitor
Dim path As System.String
 
instance.LoadFromFile(path)
public void LoadFromFile( 
   System.string path
)
public procedure LoadFromFile( 
    path: System.String
); 
public function LoadFromFile( 
   path : System.String
);
public: void LoadFromFile( 
   System.string* path
) 
public:
void LoadFromFile( 
   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