Method | Description | |
---|---|---|
Build ( ) : |
Builds a new instance of the WebDavResource class.
|
|
IsCollection ( ) : Builder |
Sets the IsCollection parameter of an instance of the WebDavResource class to
|
|
IsHidden ( ) : Builder |
Sets the IsHidden parameter of an instance of the WebDavResource class to
|
|
IsNotCollection ( ) : Builder |
Sets the IsCollection parameter of an instance of the WebDavResource class to
|
|
IsNotHidden ( ) : Builder |
Sets the IsHidden parameter of an instance of the WebDavResource class to
|
|
WithActiveLocks ( IReadOnlyCollection |
Sets the ActiveLocks parameter of an instance of the WebDavResource class.
|
|
WithContentLanguage ( string contentLanguage ) : Builder |
Sets the ContentLanguage parameter of an instance of the WebDavResource class.
|
|
WithContentLength ( int contentLength ) : Builder |
Sets the ContentLength parameter of an instance of the WebDavResource class.
|
|
WithContentType ( string contentType ) : Builder |
Sets the ContentType parameter of an instance of the WebDavResource class.
|
|
WithCreationDate ( System.DateTime creationDate ) : Builder |
Sets the CreationDate parameter of an instance of the WebDavResource class.
|
|
WithDisplayName ( string displayName ) : Builder |
Sets the DisplayName parameter of an instance of the WebDavResource class.
|
|
WithETag ( string eTag ) : Builder |
Sets the ETag parameter of an instance of the WebDavResource class.
|
|
WithLastModifiedDate ( System.DateTime lastModifiedDate ) : Builder |
Sets the LastModifiedDate parameter of an instance of the WebDavResource class.
|
|
WithProperties ( IReadOnlyCollection |
Sets the Properties parameter of an instance of the WebDavResource class.
|
|
WithPropertyStatuses ( IReadOnlyCollection |
Sets the PropertyStatuses parameter of an instance of the WebDavResource class.
|
|
WithUri ( string uri ) : Builder |
Sets the Uri parameter of an instance of the WebDavResource class.
|
public WithActiveLocks ( IReadOnlyCollection |
||
activeLocks | IReadOnlyCollection |
|
return | Builder |
public WithContentLanguage ( string contentLanguage ) : Builder | ||
contentLanguage | string | |
return | Builder |
public WithContentLength ( int contentLength ) : Builder | ||
contentLength | int | |
return | Builder |
public WithContentType ( string contentType ) : Builder | ||
contentType | string | |
return | Builder |
public WithCreationDate ( System.DateTime creationDate ) : Builder | ||
creationDate | System.DateTime | |
return | Builder |
public WithDisplayName ( string displayName ) : Builder | ||
displayName | string | |
return | Builder |
public WithLastModifiedDate ( System.DateTime lastModifiedDate ) : Builder | ||
lastModifiedDate | System.DateTime | |
return | Builder |
public WithProperties ( IReadOnlyCollection |
||
properties | IReadOnlyCollection |
|
return | Builder |
public WithPropertyStatuses ( IReadOnlyCollection |
||
propertyStatuses | IReadOnlyCollection |
|
return | Builder |