Show / Hide Table of Contents

Interface IUntypedWriteableProperty

The interface for an untyped writeable property

Inherited Members
IUntypedReadableProperty.Cost
IUntypedReadableProperty.GetXmlValueAsync(CancellationToken)
IProperty.Name
IProperty.Language
IProperty.AlternativeNames
Namespace:FubarDev.WebDavServer.Props
Assembly:FubarDev.WebDavServer.dll
Syntax
public interface IUntypedWriteableProperty : IUntypedReadableProperty, IProperty

Methods

| Improve this Doc View Source

SetXmlValueAsync(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

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