Tagged Questions
1
vote
1answer
168 views
How can I activate a wsp solution uploaded to solution gallery via code in SharePoint 2013
I'm creating a site definition which provisions a subsite based to a webtemplate(wsp) file. This webtemplate file is packed in a feature containing a module.When the feature is activated the wsp file ...
0
votes
1answer
81 views
Unable to get list “Calendar” list in feature while creating site
I want to create custom calendar list programatically.
SPListTemplate template = web.ListTemplates["Calendar"];
var newListID = web.Lists.Add(fromTitle, description, template);
But i cannot do ...
2
votes
0answers
109 views
Site is Provisioned but Content Type List is still empty
I have this feature that I am trying to run in order to configure a site, this feature among other things creates pages based on content types, etc. The problem I am facing is that everytime i am ...
