Interface IUntypedReadableProperty
The interface for an untyped readable property
Namespace:FubarDev.WebDavServer.Props
Assembly:FubarDev.WebDavServer.dll
Syntax
public interface IUntypedReadableProperty : IProperty
Properties
| Improve this Doc View SourceCost
Gets the cost of reading the property value
Declaration
int Cost { get; }
Property Value
Type | Description |
---|---|
Int32 |
Methods
| Improve this Doc View SourceGetXmlValueAsync(CancellationToken)
Gets the XElement for this property
Declaration
[NotNull]
[ItemNotNull]
Task<XElement> GetXmlValueAsync(CancellationToken ct)
Parameters
Type | Name | Description |
---|---|---|
CancellationToken | ct | The cancellation token |
Returns
Type | Description |
---|---|
Task<XElement> | The XElement for this property |