Store.Item.setBlob()

Signature

void setBlob (Object storeItem, String fieldName, Object fieldValue)

Domain

ACTION

Description

Sets blob value to the specified field

Parameters

NameTypeDescription
storeItemObjectStore Item Object
fieldNameStringName of the field whose value needs to be set
fieldValueObjectField value

Returns

TypeDescription
void

Cautions

none