Click or drag to resize

IPrincipalFolderCreateFolderAsync Method

IT Hit WebDAV Classes Reference
Creates principal folder with given name.

Namespace:  ITHit.WebDAV.Server.Acl
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax
Task<IPrincipalFolder> CreateFolderAsync(
	string name
)

Parameters

name
Type: SystemString
Principal folder name.

Return Value

Type: TaskIPrincipalFolder
Newly created folder.
Exceptions
ExceptionCondition
LockedExceptionThis folder was locked. Client did not provide the lock token.
NeedPrivilegesExceptionThe user doesn't have enough privileges.
InsufficientStorageExceptionQuota limit is reached.
DavExceptionIn other cases.
See Also