ArcFM Engine Developer Guide
LatestDirectory Property


Returns the latest Directory as marked by ThisIsLatestDirectory.txt This path exists - it is checked by the Validate() method which the caller should invoke after construction.
Syntax
'Declaration
 
Public Property LatestDirectory As String
'Usage
 
Dim instance As ReplicationFileStructure
Dim value As String
 
instance.LatestDirectory = value
 
value = instance.LatestDirectory
public string LatestDirectory {get; set;}
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

ReplicationFileStructure Class
ReplicationFileStructure Members

 

 


Send Comment