ISharePointListItem.FieldValue

Fore Syntax

FieldValue(FieldName: String): String;

Fore.NET Syntax

None;

Parameters

FieldName. Internal name of the element field.

Description

The FieldValue property determines the value for the selected field of the list element.

Comments

Internal fields names are presented by the special literature containing information about SharePoint site structure.

Example

The example of use is given in description of the ISharePointUtility.CreateNewDiscussion method.

See also:

ISharePointListItem