DAVFolderUpdateItem Method (String, VCard) |
Updates a VCard 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 VCard vci
)
Public Function UpdateItem (
ItemId As String,
ByRef vci As VCard
) As Boolean
public:
bool UpdateItem(
String^ ItemId,
VCard^% vci
)
member UpdateItem :
ItemId : string *
vci : VCard byref -> bool
Parameters
- ItemId
- Type: SystemString
Server Filename or ItemId. Example test.ics - vci
- Type: ARPDev.DAVLIBVCard
VCard object
Return Value
Type:
BooleanTrue if updated, False if not
Remarks
See Also