SharePoint Integrator V4 - Online Help
SharePoint Integrator V4
Questions / Feedback?

ItemFieldValue Property

The value at FieldIndex of the item.

Object Oriented Interface

public function getItemFieldValue($itemindex);
public function setItemFieldValue($itemindex, $value);

Procedural Interface

insp_splist_get($res, 15 , $itemindex);
insp_splist_set($res, 15, $value , $itemindex);

Default Value

''

Remarks

The value at ItemFieldIndex of the item.

The size of the array is controlled by the ItemCount property.

This property is not available at design time.

Data Type

String

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 4.0.6240.0