Accessing SharePoint List Item Fields
From: Ed (ed_at_ejaN0_SP4Mconsulting.com)
Date: 05/13/04
- Next message: Peter Smith: "Re: Sharepoint Services without Domain"
- Previous message: Johannes Wunsche: "Sharepoint Services without Domain"
- In reply to: John P. Grieb: "Accessing SharePoint List Item Fields"
- Next in thread: John P. Grieb [275826]: "Re: Accessing SharePoint List Item Fields"
- Reply: John P. Grieb [275826]: "Re: Accessing SharePoint List Item Fields"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 13 May 2004 11:39:41 -0700
If I remember correctly you need Item["Title"] . . . the
docco on this is very poor.
>-----Original Message-----
>I'm writing a custom Web Application for SharePoint
Services.
>I need to get the values of fields from the list items
in a list.
>According to the SDK, I should be able to get the value
of the field using the syntax Item.Fields
["Title"].ToString()
>However, this is returning me the name of the field
(i.e. Title) not the value of the field.
>How do I get the value of the fields?
>
>Regards,
>John P. Grieb
>Reuters
>.
>
- Next message: Peter Smith: "Re: Sharepoint Services without Domain"
- Previous message: Johannes Wunsche: "Sharepoint Services without Domain"
- In reply to: John P. Grieb: "Accessing SharePoint List Item Fields"
- Next in thread: John P. Grieb [275826]: "Re: Accessing SharePoint List Item Fields"
- Reply: John P. Grieb [275826]: "Re: Accessing SharePoint List Item Fields"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|