Click or drag to resize
DAVItem Constructor (DAVURI, String, String, String)
Constructs a new DAVItem

Namespace: ARPDev.DAVLIB
Assembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public DAVItem(
	ref DAVURI ParentURI,
	string sItemID,
	string sData,
	string sContentType
)

Parameters

ParentURI
Type: ARPDev.DAVLIB.DAVURI
URI of Parent
sItemID
Type: System.String
Filename of item
sData
Type: System.String
String representation of data
sContentType
Type: System.String
string representing content type. ie: text/vcard or text/calendar
Remarks