Show / Hide Table of Contents

Interface IExistingTarget

The interface for an existing target

Inherited Members
ITarget.Name
ITarget.DestinationUrl
Namespace:FubarDev.WebDavServer.Engines
Assembly:FubarDev.WebDavServer.dll
Syntax
public interface IExistingTarget : ITarget

Methods

| Improve this Doc View Source

SetPropertiesAsync(IEnumerable<IUntypedWriteableProperty>, CancellationToken)

Sets the properties of an existing target

Declaration
[NotNull]
Task<IReadOnlyCollection<XName>> SetPropertiesAsync(IEnumerable<IUntypedWriteableProperty> properties, CancellationToken cancellationToken)
Parameters
Type Name Description
IEnumerable<IUntypedWriteableProperty> properties

The source properties

CancellationToken cancellationToken

The cancellation token

Returns
Type Description
Task<IReadOnlyCollection<XName>>

The list of property names that couldn't be set

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