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.DAVLIBDAVURI
URI of Parent
sItemID
Type: SystemString
Filename of item
sData
Type: SystemString
String representation of data
sContentType
Type: SystemString
string representing content type. ie: text/vcard or text/calendar
Remarks