Click or drag to resize

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
)

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