Interface IExistingTarget
The interface for an existing target
Namespace:FubarDev.WebDavServer.Engines
Assembly:FubarDev.WebDavServer.dll
Syntax
public interface IExistingTarget : ITarget
Methods
| Improve this Doc View SourceSetPropertiesAsync(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 |