IPropertyHandlerAsyncUpdateAsync 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: 11.3.10719
SyntaxTask UpdateAsync(
ContextAsync<IHierarchyItemAsync> context,
IHierarchyItemAsync item,
XElement value
)
Task UpdateAsync(
ContextAsync<IHierarchyItemAsync> context,
IHierarchyItemAsync item,
XElement value
)
Function UpdateAsync (
context As ContextAsync(Of IHierarchyItemAsync),
item As IHierarchyItemAsync,
value As XElement
) As Task
Function UpdateAsync (
context As ContextAsync(Of IHierarchyItemAsync),
item As IHierarchyItemAsync,
value As XElement
) As Task
Task^ UpdateAsync(
ContextAsync<IHierarchyItemAsync^>^ context,
IHierarchyItemAsync^ item,
XElement^ value
)
Task^ UpdateAsync(
ContextAsync<IHierarchyItemAsync^>^ context,
IHierarchyItemAsync^ item,
XElement^ value
)
abstract UpdateAsync :
context : ContextAsync<IHierarchyItemAsync> *
item : IHierarchyItemAsync *
value : XElement -> Task
abstract UpdateAsync :
context : ContextAsync<IHierarchyItemAsync> *
item : IHierarchyItemAsync *
value : XElement -> Task
Parameters
- context
- Type: ITHit.ServerContextAsyncIHierarchyItemAsync
Context. - item
- Type: ITHit.WebDAV.ServerIHierarchyItemAsync
Item in which to update property. - value
- Type: System.Xml.LinqXElement
Xml with property value.
Return Value
Type:
Task
.
See Also