FieldUrlValue Class
SharePoint 2010
Specifies the hyperlink and the description values for FieldURL.
System.Object
Microsoft.SharePoint.Client.ClientValueObject
Microsoft.SharePoint.Client.FieldUrlValue
Microsoft.SharePoint.Client.ClientValueObject
Microsoft.SharePoint.Client.FieldUrlValue
Assemblies: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll); Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll)
Real World Example
String urlpart = ((FieldUrlValue)(i["URL_FieldName"])).Url;
Where i is a ListItem previously retrieved using GetItems(query);
- 4/25/2012
- Matthew_ap16_