Click or drag to resize

WebDavSessionCreateFolderAsync Method

IT Hit WebDAV Classes Reference
Creates a new folder.

Namespace:  ITHit.WebDAV.Client
Assembly:  ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 6.0.4052-Beta
Syntax
public Task CreateFolderAsync(
	Uri newFolder,
	LockUriTokenPair[] lockTokens = null,
	IDictionary<string, string> headers = null,
	CancellationToken cancellationToken = null
)

Parameters

newFolder
Type: SystemUri
New folder URI.
lockTokens (Optional)
Type: ITHit.WebDAV.ClientLockUriTokenPair
Parent folder lock tokens.
headers (Optional)
Type: System.Collections.GenericIDictionaryString, String
Request headers.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
Propagates notification that operations should be canceled.

Return Value

Type: Task
.
See Also