I need to modify the Site Settings page in a site collection to include an extra link. How can I go about doing this using c#?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
You need to deploy a custom action in a feature that looks like this:
Read Custom Action Schema for GroupId and Location values. |
|||
|
|
|
No need for C# code, it can be done declaratively with custom actions through a feature. Check details on MSDN. |
||||
|
|