ArcFM Desktop Developer Guide
ValidateReplicationFileStructure(ReplicationFileStructure,String) Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

name of replica, will be prepended to log messages
Syntax
'Declaration
 
Public Overloads Shared Function ValidateReplicationFileStructure( _
   ByVal fileStructure As ReplicationFileStructure, _
   ByVal replicaName As String _
) As Boolean
'Usage
 
Dim fileStructure As ReplicationFileStructure
Dim replicaName As String
Dim value As Boolean
 
value = Replica.ValidateReplicationFileStructure(fileStructure, replicaName)
public static bool ValidateReplicationFileStructure( 
   ReplicationFileStructure fileStructure,
   string replicaName
)

Parameters

fileStructure
replicaName
name of replica, will be prepended to log messages

Return Value

true if all directories are valid, false if any other than basePath is invalid
Exceptions
ExceptionDescription
System.IO.DirectoryNotFoundExceptionif basePath is invalid
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

Replica Class
Replica Members
Overload List

 

 


Send Comment