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
Outlook 2007 / Win 7 Send/Receive Error - Object not found
Need to Open OLE Embedded object in Access via VBA
SetFocus after validate textbox, not working
How do I use a query and form together
Change name of "This product is licensed to..."
EBS 2008 install problem, migrating from SBS 2003
Bar Code Check Digit. (Zip Code Check Digit)
IAS Service Stoping with Member Not Found error.
Great Plains 10 Custom Report - Multiple Comanies different form layout
Get Terminal Server Client Name via T-SQL