Click or drag to resize

IPrincipalFolderCreateFolder 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: 4.5.3121.0
Syntax
IPrincipalFolder CreateFolder(
	string name
)

Parameters

name
Type: SystemString
Principal folder name.

Return Value

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