Return to Snippet

Revision: 50203
at August 16, 2011 02:49 by nickaranz


Initial Code
//Quick Reference for Web part properties
[WebBrowsable(true),
Category("Miscellaneous"),
Personalizable(PersonalizationScope.Shared),
WebDisplayName("Enter some text")]
public string CustomTextProp { get; set; }

Initial URL
http://blog.concurrency.com/sharepoint/create-a-custom-web-part-for-sharepoint-2010/

Initial Description
Great tutorial for getting started with SharePoint custom web parts

Initial Title
SharePoint 2010 Developing Custom Web Part

Initial Tags
web, user

Initial Language
C#