Click or drag to resize

ICommenceDatabaseEditItem Method

Sets the value of Field to Value for the item identified by Item in Category. Field must not specify a Calculation field. Date fields may not specify a range, (e.g., "every day"). Whenever possible, use a clarified Item name.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
bool EditItem(
	string categoryName,
	string itemName,
	string fieldName,
	string fieldValue
)

Parameters

categoryName
Type: SystemString
Commence category name.
itemName
Type: SystemString
Commence item name to edit.
fieldName
Type: SystemString
Commence field to edit.
fieldValue
Type: SystemString
New fieldvalue. If Field is an image field, Value must specify the filename containing the image. Only .bmp files are supported.

Return Value

Type: Boolean
true on success, inspect GetLastError on failure.
See Also