Difference between revisions of "DashboardComunicator"
From OpenKM Documentation
Line 6: | Line 6: | ||
<source lang="java"> | <source lang="java"> | ||
// Call to refreshing subscribed documents | // Call to refreshing subscribed documents | ||
− | + | DashboardComunicator.getUserSubscribedDocuments(); | |
</source> | </source> | ||
[[Category: OpenKM plugin extensions]] | [[Category: OpenKM plugin extensions]] |
Revision as of 12:57, 19 November 2010
Read Methods
getUserSubscribedDocuments() getUserSubscribedFolders()
Example
// Call to refreshing subscribed documents
DashboardComunicator.getUserSubscribedDocuments();