vendredi 27 février 2015

How to add custom group in list setting page?



I want to add one custom action in my custom group. I have done following for that



<Elements xmlns="http://ift.tt/sQmbje">
<CustomActionGroup
Id="LibrarySettings.MyGroup"
Title ="My Group"
Sequence="1000"
Location="Microsoft.SharePoint.ListEdit">
</CustomActionGroup>
<CustomAction Id="Custom.Configuration.ListCustomSettings"
GroupId="LibrarySettings.MyGroup"
Location="Microsoft.SharePoint.ListEdit"
RequireSiteAdministrator="FALSE"
Sequence="100"
Title="Library Admins">
<UrlAction Url="_layouts/15/LibrarySettings.aspx?List={ListId}" />
</CustomAction>
</Elements>


But custom group is not created in list settings


Any idea what I am missing here?








0 commentaires:

Enregistrer un commentaire