Tagged Questions
2
votes
1answer
716 views
How to determine the List Template (SPListTemplate) that was used to create a list?
I am using the following code to create a custom list from a custom list definition. Is there a way, after the list is created to determine which definition it was created from?
SPListTemplate ...
2
votes
3answers
584 views
Generate ListDefinition from ListTemplate
Is there a way or tool to generate list-definition projects/features from an existing list template?
(Sharepoint 2010)
0
votes
1answer
721 views
Can fieldrefs in content type definitions change the internal name of a site column?
I have a content type that references a built-in site column like this:
<Elements ...>
<ContentType ...>
<FieldRefs>
<!-- a reference to the built-in ...
1
vote
1answer
850 views
How to handle 'Feature for list template is not installed in this farm' for custom lists
I have a feature in which I have a custom ListDefinition. Within the definition, I also have a ListInstance based off of the definition. When installing and activating the feature, these lists are ...
2
votes
2answers
3k views
Programmatically creating a list
I have created a new list definition following the steps listed here: http://msdn.microsoft.com/en-us/library/gg276355.aspx
I can create new lists using this definition in the browser with out any ...