Method | Description | |
---|---|---|
Copy ( |
||
CopyDir ( |
||
CopyFile ( string path, string toPath ) : void | ||
CreateFolder ( |
||
CreateItemInstance ( string fullLocalName ) : |
||
CreatePath ( string path ) : void | ||
Delete ( |
||
DeleteDir ( |
||
DeleteFile ( string path ) : void | ||
Exists ( |
||
Exists ( string path ) : bool | ||
GetItems ( string prefixDir ) : List |
||
IsSync ( |
||
Move ( |
||
MoveDir ( string path, string toPath ) : void | ||
MoveFile ( string path, string toPath ) : void | ||
PhysicalRepositoryController ( LocalRepository repo ) : System |
public Copy ( |
||
item | ||
return | void |
public CopyDir ( |
||
dir | ||
to | string | |
return | void |
public CopyFile ( string path, string toPath ) : void | ||
path | string | |
toPath | string | |
return | void |
public CreateFolder ( |
||
item | ||
return | void |
public CreateItemInstance ( string fullLocalName ) : |
||
fullLocalName | string | |
return |
public Delete ( |
||
item | ||
return | void |
public DeleteDir ( |
||
dir | ||
return | void |
public Exists ( |
||
item | ||
return | bool |
public IsSync ( |
||
item | ||
return | bool |
public Move ( |
||
item | ||
return | void |
public MoveDir ( string path, string toPath ) : void | ||
path | string | |
toPath | string | |
return | void |
public MoveFile ( string path, string toPath ) : void | ||
path | string | |
toPath | string | |
return | void |
public PhysicalRepositoryController ( LocalRepository repo ) : System | ||
repo | LocalRepository | |
return | System |