mercredi 17 décembre 2014

Custom Action Location on Central Administration



I want to add a custom admin application page in central administration. I successfully deployed a custom Group on the default Central Administration Page with the Elements.xml. But now, I have some problems deploying a new "Group Location" to add some new groups to this new created admin application page.


So now... I think I have to register a new "Custom Action Locations" like



  • Microsoft.SharePoint.Administration.Applications

  • Microsoft.SharePoint.Administration.Backups


or something like MSDN: Default Custom Action Locations and IDs


But I have absolutly no idea, how I have to manage this. I cant find more informations for adding this "locations" on technet or msdn.


Did someone figured this out?


Code I want to have (or something like that)



<CustomAction Id="MyOwnID" GroupId="MyOwnGroup"
Location="Microsoft.SharePoint.Administration.MyOwnPageLocation"
Sequence="10"
Title="Foo" Description="Bar">
<UrlAction Url="_admin/MyCustomPage.aspx" />







0 commentaires:

Enregistrer un commentaire