SPFieldUrlValue Properties
MSDN Home
MSDN
MSDN Library
Web Development
SharePoint Products and Techno ...
Windows SharePoint Services 3. ...
SDK Documentation
Class Library and Web Service ...
Microsoft.SharePoint
SPFieldUrlValue Class
SPFieldUrlValue Properties
Description Property
Url Property
SPFieldUrlValue Class
SPFieldUrlValue Members
SPFieldUrlValue Constructor
SPFieldUrlValue Methods
SPFieldUrlValue Properties
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
SPFieldUrlValue Properties (Microsoft.SharePoint)
Public Properties
Name
Description
Description
Gets or sets the descriptive text for the link.
Url
Gets or sets the URL for the link.
Top
See Also
Reference
SPFieldUrlValue Class
Microsoft.SharePoint Namespace
Tags :
Community Content
M. Blumenthal
Example in MSDN Newsgroup
http://social.msdn.microsoft.com/Forums/en-US/sharepointdevelopment/thread/e044974b-0b6d-4d18-be8e-c4dcfdab3655/?ffpr=0
SPFieldUrlValue myUrl = new SPFieldUrl(); myUrl.Url = "http://example.com"; myUrl.Description = "Sample Site"; myList["MyUrlField"] = myUrl;
myList.Update();
Tags :