Click or drag to resize

IPrincipalFolderAsyncCreateFolderAsync 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: 11.3.10719
Syntax
Task<IPrincipalFolderAsync> CreateFolderAsync(
	string name
)

Task<IPrincipalFolderAsync> CreateFolderAsync(
	string name
)

Parameters

name
Type: SystemString
Principal folder name.

Return Value

Type: TaskIPrincipalFolderAsync
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