DAVFolderUpdateItem Method (String, VCalendar) |
Updates a VCalendar/VEvent object within a folder by its filename (ItemId)
Namespace: ARPDev.DAVLIBAssembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool UpdateItem(
string ItemId,
ref VCalendar vci
)
Public Function UpdateItem (
ItemId As String,
ByRef vci As VCalendar
) As Boolean
public:
bool UpdateItem(
String^ ItemId,
VCalendar^% vci
)
member UpdateItem :
ItemId : string *
vci : VCalendar byref -> bool
Parameters
- ItemId
- Type: SystemString
Server Filename or ItemId. Example test.ics - vci
- Type: ARPDev.DAVLIBVCalendar
VCalendar object
Return Value
Type:
BooleanTrue if updated, False if not
Remarks
See Also