DAVItem Constructor (DAVURI, String, String, String) |
Constructs a new DAVItem
Namespace: ARPDev.DAVLIBAssembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic DAVItem(
ref DAVURI ParentURI,
string sItemID,
string sData,
string sContentType
)
Public Sub New (
ByRef ParentURI As DAVURI,
sItemID As String,
sData As String,
sContentType As String
)
public:
DAVItem(
DAVURI^% ParentURI,
String^ sItemID,
String^ sData,
String^ sContentType
)
new :
ParentURI : DAVURI byref *
sItemID : string *
sData : string *
sContentType : string -> DAVItem
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
See Also