OK, this is my question... I need to extract the functionality of the My Links web part and later use it in a new custom web part. If you know how can I do, just say it.
Regards.
OK, this is my question... I need to extract the functionality of the My Links web part and later use it in a new custom web part. If you know how can I do, just say it.
Regards.
Since SummaryLinkWebPart is sealed class you cannot inherit from it. This means you need to develop your own custom web part from scratch with same functionalities.
You can use some decompiler like ILSpy to examine original code but (!) keep in mind legal issues and also read this.