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
Enumerate Exchange Emails in vb.Net
Netman DCOM settings are disabled by default in Windows 7
Outlook not updating/refreshing inbox - have to press F9.
Stupidly activated "Log on using dial-up connection' and cant log in because i dont even have a dial-up connection
Using MS Access to open web server MySQL database - is it possible?
Delayed write c:\Mft
windows server 2008
MS Access 2007: Shortcut to make the required field 'yes"
HOW DO OVERRIDE EVENT OF COMBOX IN VBNET
Setting up OKI C5100n on Windows Vista Business (32 bit)