ArcFM Responder Mobile Developer Guide
DeletePath Method






Syntax
'Declaration
 
Public MustOverride Sub DeletePath( _
   ByVal path As System.String, _
   ByVal deleteSubPaths As System.Boolean _
) 
'Usage
 
Dim instance As ReplicationFileStructure
Dim path As System.String
Dim deleteSubPaths As System.Boolean
 
instance.DeletePath(path, deleteSubPaths)
public abstract void DeletePath( 
   System.string path,
   System.bool deleteSubPaths
)
public procedure DeletePath( 
    path: System.String;
    deleteSubPaths: System.Boolean
); abstract; 
public __abstract function DeletePath( 
   path : System.String,
   deleteSubPaths : System.boolean
);
public: abstract void DeletePath( 
   System.string* path,
   System.bool deleteSubPaths
) 
public:
abstract void DeletePath( 
   System.String^ path,
   System.bool deleteSubPaths
) 

Parameters

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