How to check if a file exists?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2008 04:39 AM
Hello,
How can i check if a file exists within the repository with js?
Thnx!
How can i check if a file exists within the repository with js?
Thnx!
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2008 05:01 AM

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2008 11:41 AM
Hi,
you can also use the other search-Methods: http://wiki.alfresco.com/wiki/JavaScript_API#Search_API
like search.findNode(nodeRef) or search.xpathSearch(string xpath)
You can use this javascript in a webscript in a JS Action or inside of a workflow.
Cheers, Jan
you can also use the other search-Methods: http://wiki.alfresco.com/wiki/JavaScript_API#Search_API
like search.findNode(nodeRef) or search.xpathSearch(string xpath)
You can use this javascript in a webscript in a JS Action or inside of a workflow.
Cheers, Jan
