ArcFM Responder Mobile Developer Guide
SearchPath Method






Syntax
'Declaration
 
Public MustOverride Function SearchPath( _
   ByVal path As System.String, _
   ByVal pattern As System.String _
) As System.String()
'Usage
 
Dim instance As ReplicationFileStructure
Dim path As System.String
Dim pattern As System.String
Dim value() As System.String
 
value = instance.SearchPath(path, pattern)
public abstract System.string[] SearchPath( 
   System.string path,
   System.string pattern
)
public function SearchPath( 
    path: System.String;
    pattern: System.String
): System.array of String; abstract; 
public __abstract function SearchPath( 
   path : System.String,
   pattern : System.String
) : System.String[];
public: abstract System.string*[]* SearchPath( 
   System.string* path,
   System.string* pattern
) 
public:
abstract System.array<String^>^ SearchPath( 
   System.String^ path,
   System.String^ pattern
) 

Parameters

path
pattern
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

ReplicationFileStructure Class
ReplicationFileStructure Members

Send Feedback