메소드 | 설명 | |
---|---|---|
Delete ( ) : void |
Deletes this item.
|
|
Download ( string filename ) : void |
Downloads content of the resource to a file specified by filename
|
|
GetAllProperties ( ) : Property[] |
Retrieves all custom properties exposed by the item.
|
|
GetPropertyNames ( ) : Client.PropertyName[] |
Returns names of all custom properties exposed by this item.
|
|
GetPropertyValues ( |
Retrieves values of specific properties.
|
|
GetReadStream ( ) : Stream |
Loads content of the resource from WebDAV server.
|
|
GetWriteStream ( long contentLength ) : Stream |
Saves resource's content to WebDAV server.
|
|
GetWriteStream ( string contentType, long contentLength ) : Stream |
Saves resource's content to WebDAV server.
|
|
SetComment ( string comment ) : void |
For internal use only.
|
|
SetCreationDate ( System.DateTime creationDate ) : void |
For internal use only.
|
|
SetCreationDate ( string creationDate ) : void |
For internal use only.
|
|
SetCreatorDisplayName ( string creatorDisplayName ) : void |
For internal use only.
|
|
SetCredentials ( ICredentials credentials ) : void |
For internal use only.
|
|
SetHierarchyItem ( IHierarchyItem item ) : void |
For internal use only.
|
|
SetHref ( |
For internal use only.
|
|
SetHref ( string href, |
For internal use only.
|
|
SetLastModified ( System.DateTime lastModified ) : void |
For internal use only.
|
|
SetLastModified ( string lastModified ) : void |
For internal use only.
|
|
SetProperties ( Property properties ) : void |
For internal use only.
|
|
SetProperty ( Property property ) : void |
For internal use only.
|
|
SetProperty ( |
For internal use only.
|
|
SetProperty ( string name, string nameSpace, string value ) : void |
For internal use only.
|
|
Upload ( string filename ) : void |
Uploads content of a file specified by filename to the server
|
public Download ( string filename ) : void | ||
filename | string | Full path of a file to be downloaded to |
리턴 | void |
public GetPropertyNames ( ) : Client.PropertyName[] | ||
리턴 | Client.PropertyName[] |
public GetPropertyValues ( |
||
names | ||
리턴 | Property[] |
public GetWriteStream ( long contentLength ) : Stream | ||
contentLength | long | Length of data to be written. |
리턴 | Stream |
public GetWriteStream ( string contentType, long contentLength ) : Stream | ||
contentType | string | Media type of the resource. |
contentLength | long | Length of data to be written. |
리턴 | Stream |
public SetCreationDate ( System.DateTime creationDate ) : void | ||
creationDate | System.DateTime | |
리턴 | void |
public SetCreationDate ( string creationDate ) : void | ||
creationDate | string | |
리턴 | void |
public SetCreatorDisplayName ( string creatorDisplayName ) : void | ||
creatorDisplayName | string | |
리턴 | void |
public SetCredentials ( ICredentials credentials ) : void | ||
credentials | ICredentials | |
리턴 | void |
public SetHierarchyItem ( IHierarchyItem item ) : void | ||
item | IHierarchyItem | |
리턴 | void |
public SetHref ( string href, |
||
href | string | |
baseUri | ||
리턴 | void |
public SetLastModified ( System.DateTime lastModified ) : void | ||
lastModified | System.DateTime | |
리턴 | void |
public SetLastModified ( string lastModified ) : void | ||
lastModified | string | |
리턴 | void |
public SetProperties ( Property properties ) : void | ||
properties | Property | |
리턴 | void |
public SetProperty ( |
||
propertyName | ||
value | string | |
리턴 | void |
public SetProperty ( string name, string nameSpace, string value ) : void | ||
name | string | |
nameSpace | string | |
value | string | |
리턴 | void |
public Upload ( string filename ) : void | ||
filename | string | Full path of a file to be uploaded from |
리턴 | void |