Метод | Описание | |
---|---|---|
CreateFolder ( string name ) : IFolder |
Creates new folder with specified name as child of this one.
|
|
CreateResource ( string name ) : IResource |
Creates a resource with a specified name.
|
|
GetChildren ( ) : IHierarchyItem[] |
Returns children of this folder.
|
|
GetResource ( string name ) : IResource |
Gets the specified resource from server.
|
|
Open ( ) : void |
Opens the folder.
|
|
Open ( |
Opens the folder
|
|
Open ( string path ) : void |
Opens the folder
|
|
WebDavFolder ( ) : System |
The constructor
|
|
WebDavFolder ( |
The constructor
|
|
WebDavFolder ( string path ) : System |
The constructor
|
Метод | Описание | |
---|---|---|
ProcessResponse ( string response ) : void |
Processes the response from the server.
|
public CreateFolder ( string name ) : IFolder | ||
name | string | Name of the new folder. |
Результат | IFolder |
public CreateResource ( string name ) : IResource | ||
name | string | Name of the new resource. |
Результат | IResource |
public GetResource ( string name ) : IResource | ||
name | string | Name of the resource. |
Результат | IResource |
public Open ( |
||
path | Path of the folder to open. | |
Результат | void |
public Open ( string path ) : void | ||
path | string | Path of the folder to open. |
Результат | void |
public WebDavFolder ( |
||
path | Path to the folder. | |
Результат | System |
public WebDavFolder ( string path ) : System | ||
path | string | Path to the folder. |
Результат | System |