Tagged Questions
1
vote
0answers
53 views
Accessing full url of 'View in browser' link in document library
I'm trying to get the url of the 'view in browser' link that appears in the context menu for a document in the document library.
I have a custom command on the menu that I have created which calls a ...
0
votes
1answer
270 views
How can I bind my ECB-Action to a custom content-type?
I have implemented a custom ECB Action in this way:
<CustomAction
Id="ConvertListLevel"
Location="EditControlBlock"
Title="Convert to ListItem"
RegistrationType="ContentType"
...