Microsoft
Software
Hardware
Network
Question : sharepoint create site column programmatically
I can add a column to a site using this code (the getimpersonatedweb works well)
using (SPWeb sharepointWebSite = GetImpersonatedWeb()){
sharepointWebSite.Fields.A
dd("TEST",
SPFieldType.Text, true);
If I do this, my column appears under "Custom Columns", is there a way to get it to show under "Core Contact and Calendar Columns"?
Answer : sharepoint create site column programmatically
You need to use the "Group" property of your field and set its value to "Core Contact and Calendar Columns".
Refer the following article for more information
http://blogs.pointbridge.c
om/Blogs/b
asin_ilya/
Pages/
Post
.aspx?_ID=
3
Random Solutions
Speeding up a SQL Server 2008 Database?
How can I stop access form window icon populating task bar
Emails dissapearing from Outlook
Configuring Exchange 2007 with mailboxes for users in a different domain
Spelling checker isnt working !
custom button wpf
Windows 7 (64Bit) printing to Windows XP (32Bit) shared printer
Find root name of file in DOS
Tracing from WCF service running in IIS
How do I install HP Photosmart Plus All-in-One Printer - B209a on Windows 2000 Professional?