Tagged Questions
3
votes
1answer
44 views
Changing enterprise keywords column title programatically
I'm trying to rename an enterprise keywords column in a specific list of a subsite. In a Feature Activated event receiver i tried to set the column's display name by setting its title using the ...
0
votes
2answers
69 views
How to Disabling SharePoint TextField Control Programmatically?
I'm developing a user control containing textfields bound to my list SPListFields and I'm using this user control twice with two different modes ( Edit or New).
In my Edit mode I want to disable a ...
0
votes
1answer
54 views
How to set a UserMulti field via a UserField Control?
I have a list similar to the usual Tasks Sharepoint List and I introduced the field assigned to as a multi user field like this (I have read somewhere that with Mult option should always be set to ...
0
votes
1answer
59 views
RichTextField vs NoteField class
I'm about to create a field called details so I was thinking to make it a NoteField then I discoverd RichTextField.
And I found out that RichTextField inherits from NoteField which is a text box for ...
0
votes
0answers
80 views
SP 2010 Metadata and Crawled Properties
I'm creating a new custom list in code and when complete, the list looks fine. When I look in the Metadata section, in Crawled Properties specifically, I see most (if not all of my columns) under the ...
0
votes
0answers
16 views
owner field value disappears when coping document to another SC
On RootWeb of both site collections I have created same User field (owner). I mean same user field becuase I used same ID (GUID), name and everything. Then I add the field to a content Type and add ...
0
votes
0answers
33 views
Comments fieldlink not visibile
Here my code to add a field link of comments field to a content type
SPField field = site.RootWeb.Fields["Comments"]
if (field != null)
{
SPFieldLink spFieldLink = new SPFieldLink(field);
...
0
votes
1answer
65 views
full name of the user in a User Field
I have a list which among other fields contains a user field, shows domain\username. Is there a way to show full name of the user in a User field?

