IPropertyHandlerUpdateAsync Method
IT Hit WebDAV Classes Reference
Updates value of property.
Namespace:
ITHit.WebDAV.Server.Extensibility
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax Task UpdateAsync(
ContextAsync<IHierarchyItem> context,
IHierarchyItem item,
XElement value
)
Function UpdateAsync (
context As ContextAsync(Of IHierarchyItem),
item As IHierarchyItem,
value As XElement
) As Task
Task^ UpdateAsync(
ContextAsync<IHierarchyItem^>^ context,
IHierarchyItem^ item,
XElement^ value
)
abstract UpdateAsync :
context : ContextAsync<IHierarchyItem> *
item : IHierarchyItem *
value : XElement -> Task
Parameters
- context
- Type: ITHit.ServerContextAsyncIHierarchyItem
Context. - item
- Type: ITHit.WebDAV.ServerIHierarchyItem
Item in which to update property. - value
- Type: System.Xml.LinqXElement
Xml with property value.
Return Value
Type:
Task
.
See Also