Show / Hide Table of Contents

Interface IMoveHandler

Interface for the MOVE handler

Inherited Members
IHandler.HttpMethods
Namespace:FubarDev.WebDavServer.Handlers
Assembly:FubarDev.WebDavServer.dll
Syntax
public interface IMoveHandler : IClass1Handler, IHandler

Methods

| Improve this Doc View Source

MoveAsync(String, Uri, CancellationToken)

Moves from the source to the destination

Declaration
[NotNull]
[ItemNotNull]
Task<IWebDavResult> MoveAsync([NotNull] string path, [NotNull] Uri destination, CancellationToken cancellationToken)
Parameters
Type Name Description
String path

The source to move

Uri destination

The destination to move to

CancellationToken cancellationToken

The cancellation token

Returns
Type Description
Task<IWebDavResult>

The result of the operation

  • Improve this Doc
  • View Source
Back to top Copyright © 2016-2017 Fubar Development Junker
Generated by DocFX