3
votes
2answers
566 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
276 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
2answers
149 views
Display a success message to user in a SharePoint Document Library after validation in ItemAdding Event
When validating a document in the ItemAdding event there are many ways to display errors to the user, but there doesn't seem to be a way to display successes to user, like a validation was successful. …
1
vote
4answers
308 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
0answers
79 views
SharePoint Document Library Provisioning
I have come across an issue which occurs when provisioning a new Document Library and adding content to it via features.
The following issue won't happen as long as there is an Activation Dependency …
