Can somebody help me finding any sort of doc, how to make a list of content item on the admin menu.
Regards George
|
Can somebody help me finding any sort of doc, how to make a list of content item on the admin menu. Regards George |
|||
|
|
Any content item can be promoted to the admin menu if there is the Admin Menu Part on its content type. Projections have this part by default. That doesn't necessitate any coding, but if you want to see how to add a custom list of contents from code to the admin menu, there are examples of that in Vandelay.Industries. |
|||||||
|
|
You just have to make a query to the ContentManager with the criterions you want:
This method has a ton of overloads and extension overloads, so you should find one that suits your needs. For an exemple of use, try looking at the source from the Contents AdminController (see source), it does exactly that. |
|||||
|