Tagged Questions
The sharepoint-listtemplate tag has no wiki summary.
1
vote
0answers
14 views
filter out of the box list templates
How can I hide (filter) some of default list templates programmatically.
the list["List template gallery"] is empty and web.ListTemplates[1].Hide is read only.
1
vote
1answer
23 views
Packaging list to be deployed at client
I have developed a custom list on our sharepoint 2007 site.
I have finished a webpart that will be using this list. I need to be able to package the list as a template, with the specified columns ...
1
vote
3answers
2k views
how can I add event receiver only for list with specyfic template id
I'm adding ItemAdding event receiver for custom list template. Both event receiver and list template are deployed by the same feature. Also the same feature creates List Instances.
The problem I've ...
1
vote
1answer
654 views
How do I make the “change order” button appear in SharePoint 2010?
How do I make the "change order" button appear in SharePoint 2010?
I have followed a guide that allowed me to add OrderedList="TRUE" to my list template. This makes it possible to select "Allow users ...
1
vote
2answers
724 views
Exporting List Template from the CUstom List created using a Feature
I have created a Custom List Template and wrote the Schema.xml,feature to deploy it,Installed to the server created a List based on that. Everything is fine. Now I wanted to Save this List as template ...
0
votes
1answer
258 views
add html value when creating sharepoint list instance
I have created a Sharepoint list definition, and an instance of that definition. In the instance I need to store some HTML as the value of a field in my list instance. I know I can do this through ...
0
votes
0answers
129 views
Custom List Template is not being pulled by SPSite.GetCustomListTemplates()
I am adding custom lists programmaticaly from a custom template. I check to see if the custom list template exists, and if not I create the list template by creating a list and then saving it as a ...