Click or drag to resize

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
Syntax
Task UpdateAsync(
	ContextAsync<IHierarchyItemAsync> context,
	IHierarchyItemAsync item,
	XElement value
)

Task UpdateAsync(
	ContextAsync<IHierarchyItemAsync> context,
	IHierarchyItemAsync item,
	XElement value
)

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