Show / Hide Table of Contents

Interface IRemoteCopyTargetActions

The interface for remote COPY target actions

Inherited Members
IRemoteTargetActions.SetPropertiesAsync(RemoteCollectionTarget, IEnumerable<IUntypedWriteableProperty>, CancellationToken)
IRemoteTargetActions.SetPropertiesAsync(RemoteDocumentTarget, IEnumerable<IUntypedWriteableProperty>, CancellationToken)
IRemoteTargetActions.CreateCollectionAsync(RemoteCollectionTarget, String, CancellationToken)
IRemoteTargetActions.GetAsync(RemoteCollectionTarget, String, CancellationToken)
IRemoteTargetActions.DeleteAsync(RemoteCollectionTarget, CancellationToken)
IRemoteTargetActions.DeleteAsync(RemoteDocumentTarget, CancellationToken)
ITargetActions<RemoteCollectionTarget, RemoteDocumentTarget, RemoteMissingTarget>.Dispatcher
ITargetActions<RemoteCollectionTarget, RemoteDocumentTarget, RemoteMissingTarget>.ExistingTargetBehaviour
ITargetActions<RemoteCollectionTarget, RemoteDocumentTarget, RemoteMissingTarget>.ExecuteAsync(IDocument, RemoteMissingTarget, CancellationToken)
ITargetActions<RemoteCollectionTarget, RemoteDocumentTarget, RemoteMissingTarget>.ExecuteAsync(IDocument, RemoteDocumentTarget, CancellationToken)
ITargetActions<RemoteCollectionTarget, RemoteDocumentTarget, RemoteMissingTarget>.ExecuteAsync(ICollection, RemoteCollectionTarget, CancellationToken)
IDisposable.Dispose()
Namespace:FubarDev.WebDavServer.Engines.Remote
Assembly:FubarDev.WebDavServer.dll
Syntax
public interface IRemoteCopyTargetActions : IRemoteTargetActions, ITargetActions<RemoteCollectionTarget, RemoteDocumentTarget, RemoteMissingTarget>, IDisposable
  • Improve this Doc
  • View Source
Back to top Copyright © 2016-2017 Fubar Development Junker
Generated by DocFX