This topic has not yet been rated - Rate this topic

FieldUrlValue Class

SharePoint 2010

Specifies the hyperlink and the description values for FieldURL.

System.Object
  Microsoft.SharePoint.Client.ClientValueObject
    Microsoft.SharePoint.Client.FieldUrlValue

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll);  Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll)
[ScriptTypeAttribute("SP.FieldUrlValue", ValueObject = true, ServerTypeId = "{fa8b44af-7b43-43f2-904a-bd319497011e}")]
public sealed class FieldUrlValue : ClientValueObject
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Real World Example

String urlpart = ((FieldUrlValue)(i["URL_FieldName"])).Url;

Where i is a ListItem previously retrieved using GetItems(query);