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
Access Database - List Column Names
Windows 95 to 98 upgrade
Excessive paging and perfmon showing pages/sec peaking at 2400
equivalent of Local settings in Vista
Tape Drive not reconized in Windows Explorer
Public folder after Migration from Exchange 2003 to 2007
Percentage Delete
Trace insert, update, delete on a table
Access 97 Query problem
Drag n Drop File Upload