I am creating a build script that will automatically create a Test Site, Deploy all wsp to that site and activate all the features. The problem I have is how do I enumerate the feature Names or GUID's from the WSP's or from the Test site for the WSP's I have just deployed?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
You have to loop through the SPFarm.FeatureDefinitions and select all the ones where the SolutionId is equal to the added Solutions ID |
|||
|
|