Sitecore 5.0 API

DataManager.GetFieldValue Method 

Gets the field value.

[Visual Basic]
NotOverridable Public Function GetFieldValue( _
   ByVal itemID As ID, _
   ByVal fieldName As String _
) As String _
    Implements IQueryable.GetFieldValue
[C#]
public string GetFieldValue(
   ID itemID,
   string fieldName
);

Parameters

itemID
Item ID.
fieldName
Name of the field.

Implements

IQueryable.GetFieldValue

See Also

DataManager Class | Sitecore.Data Namespace