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
Can't start SQL Server Agent (SQLEXPRESS)
Simple archive trigger for SYBASE table
some Image control events not firing... Acess 2007
cleaning registry from nav, symantec, and mcafee
HKLM\ RunOnce does not run until login
Blue Screen Windows 7 - Memory_Management 0x0000001a
Microsoft SQL Server Cluster - Currently only uses port 1815, can 1433 be enabled?
How to close Win Form without User Interaction
Week Starting Monday
Removing Leading Zero's in an AlphaNumeric Field