C# 클래스 Client.WebDavFolder

상속: WebDavHierarchyItem, IFolder
파일 보기 프로젝트 열기: ringostarr80/WebDav.NET

공개 메소드들

메소드 설명
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 ( Uri path ) : void

Opens the folder

Open ( string path ) : void

Opens the folder

WebDavFolder ( ) : System

The constructor

WebDavFolder ( Uri path ) : System

The constructor

WebDavFolder ( string path ) : System

The constructor

비공개 메소드들

메소드 설명
ProcessResponse ( string response ) : void

Processes the response from the server.

메소드 상세

CreateFolder() 공개 메소드

Creates new folder with specified name as child of this one.
public CreateFolder ( string name ) : IFolder
name string Name of the new folder.
리턴 IFolder

CreateResource() 공개 메소드

Creates a resource with a specified name.
public CreateResource ( string name ) : IResource
name string Name of the new resource.
리턴 IResource

GetChildren() 공개 메소드

Returns children of this folder.
public GetChildren ( ) : IHierarchyItem[]
리턴 IHierarchyItem[]

GetResource() 공개 메소드

Gets the specified resource from server.
public GetResource ( string name ) : IResource
name string Name of the resource.
리턴 IResource

Open() 공개 메소드

Opens the folder.
public Open ( ) : void
리턴 void

Open() 공개 메소드

Opens the folder
public Open ( Uri path ) : void
path System.Uri Path of the folder to open.
리턴 void

Open() 공개 메소드

Opens the folder
public Open ( string path ) : void
path string Path of the folder to open.
리턴 void

WebDavFolder() 공개 메소드

The constructor
public WebDavFolder ( ) : System
리턴 System

WebDavFolder() 공개 메소드

The constructor
public WebDavFolder ( Uri path ) : System
path System.Uri Path to the folder.
리턴 System

WebDavFolder() 공개 메소드

The constructor
public WebDavFolder ( string path ) : System
path string Path to the folder.
리턴 System