Hi ALL,Is it possible to cast a String or File or CSVPath or CSFile or CSSimple file to WFMFile?If yes, could you please help me with same.Thanks.
(java.lang.String query, int offset, int maxElements, boolean recurse)
Thanks Ghoti. I pushed constructor into an array and passed same to addFiles() method. It's working.I need one more help ...In ->com.interwoven.cssdk.filesys Interface CSDirThere is a method with below signature ->getFiles(java.lang.String query, int offset, int maxElements, boolean recurse) Gets an iterator over all the files in this directory and it's sub-directory satisfying the constraints in the given query.I am not sure, what I need to pass as a first parameter, that's query. Any pointers will be helpful.