Tagged Questions

3
votes
3answers
2k views

SharePoint custom context menu in custom list appears on folders and not just files

I have created a custom list here is the List Template: <ListTemplate Name="CustomDocumentLibrary" DisplayName="Document Library" Description="" BaseType="1" ...
2
votes
5answers
669 views

Create a document library with external persistence

I would like to create a custom document library where I use the standard UI but implement a different persistence layer. Basically fetch and display documents from a different source system. This way ...