Add the following 2 attributes to your future element file and deploye
Id=”CustomFeatureGroup”
Title =”Custom Feature Links”
Sequence=”1000″ Location=”Microsoft.SharePoint.SiteSettings”
ImageUrl=”/_layouts/images/IMAGE_NAME.PNG”>
Id=”CustomFeatureLink”
GroupId=”CustomFeatureGroup”
Location=”Microsoft.SharePoint.SiteSettings”
Sequence=”1000″
Title=”Custom Feature Settings”>
Url=”/_layouts/CstmFeat/settings.aspx”/>
For adding element file in vs2010 use the following url
http://ranaictiu-technicalblog.blogspot.in/2010/09/sharepoint-2010-development-with-visual.html
Id=”CustomFeatureGroup”
Title =”Custom Feature Links”
Sequence=”1000″ Location=”Microsoft.SharePoint.SiteSettings”
ImageUrl=”/_layouts/images/IMAGE_NAME.PNG”>
Id=”CustomFeatureLink”
GroupId=”CustomFeatureGroup”
Location=”Microsoft.SharePoint.SiteSettings”
Sequence=”1000″
Title=”Custom Feature Settings”>
Url=”/_layouts/CstmFeat/settings.aspx”/>
For adding element file in vs2010 use the following url
http://ranaictiu-technicalblog.blogspot.in/2010/09/sharepoint-2010-development-with-visual.html
No comments:
Post a Comment