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
651 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 ...
1
vote
4answers
1k views

How do you get file details in a SharePoint ItemEventReciever in the ItemAdding Event?

I would expect something like this to work but the ListItem, BeforeProperties, AfterProperties are all null/empty. I need the file name and file content. public class MyItemEventReceiver : ...
0
votes
1answer
45 views

iterating through a Web downloading all folders,lists, documents in it and its sub-web

I am trying to download everything (documents, lists, folders) of a web and its sub-webs and its sub-webs (if exists) and so on, I can do it for a single web but its not working for subwebs in it, ...