Interface IUntypedWriteableProperty
The interface for an untyped writeable property
Inherited Members
Namespace:FubarDev.WebDavServer.Props
Assembly:FubarDev.WebDavServer.dll
Syntax
public interface IUntypedWriteableProperty : IUntypedReadableProperty, IProperty
Methods
| Improve this Doc View SourceSetXmlValueAsync(XElement, CancellationToken)
Sets the XElement for the property
Declaration
[NotNull]
Task SetXmlValueAsync([NotNull] XElement element, CancellationToken ct)
Parameters
Type | Name | Description |
---|---|---|
XElement | element | The XElement to be set |
CancellationToken | ct | The cancellation token |
Returns
Type | Description |
---|---|
Task | The async task |