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
Exporting Access Query To Excel: Format Currency to Number
IE7 freezes on certain websites (w and w/out addons)
ms office oem vs licensing
XP SP3 PROBLEM
trying to read (compressed) laptop disk...
MS Access - First and Last Name field into Full Name
Crypt some text and Decrypt it
Divide Records By Date
How do I display a login banner for RDP users?
storing jpg and retrieving on forms