C# Class Client.WebDavHierarchyItem

Inheritance: WebDavConnectionSettings, IHierarchyItem
Show file Open project: ringostarr80/WebDav.NET

Protected Properties

Property Type Description
_credentials ICredentials

Public Methods

Method Description
Delete ( ) : void
Delete ( LockUriTokenPair lockTokens ) : void
Delete ( string lockToken ) : void
GetAllProperties ( ) : Property[]
GetPropertyNames ( ) : Client.PropertyName[]
GetPropertyValues ( PropertyName names ) : Property[]
SetComment ( string comment ) : void
SetCreationDate ( System.DateTime creationDate ) : void
SetCreationDate ( string creationDate ) : void
SetCreatorDisplayName ( string creatorDisplayName ) : void
SetCredentials ( ICredentials credentials ) : void
SetHref ( string href, Uri baseUri ) : void
SetItemType ( ItemType itemType ) : void
SetLastModified ( System.DateTime lastModified ) : void
SetLastModified ( string lastModified ) : void
SetProperty ( Property property ) : void
SetProperty ( PropertyName propertyName, string value ) : void
SetProperty ( string name, string nameSpace, string value ) : void

Method Details

Delete() public method

public Delete ( ) : void
return void

Delete() public method

public Delete ( LockUriTokenPair lockTokens ) : void
lockTokens LockUriTokenPair
return void

Delete() public method

public Delete ( string lockToken ) : void
lockToken string
return void

GetAllProperties() public method

public GetAllProperties ( ) : Property[]
return Property[]

GetPropertyNames() public method

public GetPropertyNames ( ) : Client.PropertyName[]
return Client.PropertyName[]

GetPropertyValues() public method

public GetPropertyValues ( PropertyName names ) : Property[]
names PropertyName
return Property[]

SetComment() public method

public SetComment ( string comment ) : void
comment string
return void

SetCreationDate() public method

public SetCreationDate ( System.DateTime creationDate ) : void
creationDate System.DateTime
return void

SetCreationDate() public method

public SetCreationDate ( string creationDate ) : void
creationDate string
return void

SetCreatorDisplayName() public method

public SetCreatorDisplayName ( string creatorDisplayName ) : void
creatorDisplayName string
return void

SetCredentials() public method

public SetCredentials ( ICredentials credentials ) : void
credentials ICredentials
return void

SetHref() public method

public SetHref ( string href, Uri baseUri ) : void
href string
baseUri System.Uri
return void

SetItemType() public method

public SetItemType ( ItemType itemType ) : void
itemType ItemType
return void

SetLastModified() public method

public SetLastModified ( System.DateTime lastModified ) : void
lastModified System.DateTime
return void

SetLastModified() public method

public SetLastModified ( string lastModified ) : void
lastModified string
return void

SetProperty() public method

public SetProperty ( Property property ) : void
property Property
return void

SetProperty() public method

public SetProperty ( PropertyName propertyName, string value ) : void
propertyName PropertyName
value string
return void

SetProperty() public method

public SetProperty ( string name, string nameSpace, string value ) : void
name string
nameSpace string
value string
return void

Property Details

_credentials protected property

protected ICredentials _credentials
return ICredentials