Interface IMkColHandler
Interface for the MKCOL
handler
Inherited Members
Namespace:FubarDev.WebDavServer.Handlers
Assembly:FubarDev.WebDavServer.dll
Syntax
public interface IMkColHandler : IClass1Handler, IHandler
Methods
| Improve this Doc View SourceMkColAsync(String, CancellationToken)
Creates a collection at the given path
Declaration
[NotNull]
[ItemNotNull]
Task<IWebDavResult> MkColAsync([NotNull] string path, CancellationToken cancellationToken)
Parameters
Type | Name | Description |
---|---|---|
String | path | The path to the collection to create |
CancellationToken | cancellationToken | The cancellcation token |
Returns
Type | Description |
---|---|
Task<IWebDavResult> | The result of the operation |