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

SPItem Type

An item corresponds to a single row in a list.

Remarks

Item objects are used while listing, adding, deleting, and updating Lists.

Fields

FieldCount
int

The number of fields in the item.

FieldIndex
int

The index of the selected field in the item.

FieldName
String

The name at FieldIndex of the item.

FieldRawXML
String

Holds the raw XML for the current field in the specified item.

This is useful to set additional information (such as MetaInfo). FieldIndex should be set to the field of the Item that you wish to set or query. For instance:


component.Items[0].FieldIndex = 2
component.Items[0].FieldRawXML = "<Field Name=\"MetaInfo\" Property=\"Your_Property_Name\">value</Field>"

To obtain the raw XML of the current item in the response use RawEntry instead.

FieldValue
String

The value at FieldIndex of the item.

Constructors

public SPItem();



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