Where Visual Studio SharePoint feature designer store scope? -
visual studio has designer editing definition of sharepoint features. there setting feature scope in designer window. i'm curious value stored on disk. when open *.feature file value missing there. on other hand can see strange encrypted version attribute. see .feature file:
<?xml version="1.0" encoding="utf-8"?> <feature xmlns:dm0="http://schemas.microsoft.com/visualstudio/2008/dsltools/core" dslversion="1.0.0.0" id="07abccbd-9471-4780-8ee9-801fe4191e9b" alwaysforceinstall="true" ishidden="true" featureid="07abccbd-9471-4780-8ee9-801fe4191e9b" imageurl="" solutionid="00000000-0000-0000-0000-000000000000" title="myfeature" version="aaeaaad/////aqaaaaaaaaaeaqaaaa5texn0zw0uvmvyc2lvbgqaaaagx01ham9ybl9naw5vcgzfqnvpbgqjx1jldmlzaw9uaaaaaagicagbaaaaaaaaaaaaaaaaaaaacw==" deploymentpath="$sharepoint.project.filenamewithoutextension$_$sharepoint.feature.filenamewithoutextension$" xmlns="http://schemas.microsoft.com/visualstudio/2008/sharepointtools/featuremodel" > <projectitems> <projectitemreference itemid="29f8daa7-e342-4e50-980c-9d132b55a26a" /> </projectitems> </feature>
btw not designer ;-)
the scope stored in .feature file attribute (//feature/@scope), if scope isn't web.
Comments
Post a Comment