Click or drag to resize
DAVClientaddDAVItem Method
Adds a DAV item to the server

Namespace: ARPDev.DAVLIB
Assembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public DAVResult addDAVItem(
	ref DAVItem NewItem,
	bool bIsUpdate = false
)

Parameters

NewItem
Type: ARPDev.DAVLIBDAVItem
Item to be added to server
bIsUpdate (Optional)
Type: SystemBoolean
Specifies if the item should be added or if it is an update to an existing item

Return Value

Type: DAVResult
DAVResult indicating success or failure.
Remarks