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

ItemFieldRawXML Property

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

Syntax

__property String ItemFieldRawXML[int ItemIndex] = {read=FItemFieldRawXML, write=FSetItemFieldRawXML};

Default Value

""

Remarks

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

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


component.ItemFieldIndex(0) = 2
component.ItemFieldRawXML(0) = "<Field Name=\"MetaInfo\" Property=\"Your_Property_Name\">value</Field>"

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

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