[opencms-dev] Re: opencms-dev Digest, Vol 108, Issue 2
Joe Lam
joe.lam at moni-media.net
Wed Aug 30 03:46:36 CEST 2006
I think the *readPropertyObject *of *CmsObject *could help you
and may this help you also
ArrayList folders = (ArrayList)
cmso.getSubFolders(path,CmsResourceFilter.ALL);
ArrayList files = (ArrayList)
cmso.getFilesInFolder(path,CmsResourceFilter.ALL);
returns list of cmsreource
Joe
> Hi All,
>
> I want to render the title of all pages existing in folder
> *"/sites/default/modulesdemo/modules/faq/" . *If I use
> *getResourcesInFolder(String) *of *CmsObject* to access list of
> resources , I don't get "title" of resource from Object of resource .
>
> Can somebody plz tell me how to access the title of all pages
> existing in folder *"/sites/default/modulesdemo/modules/faq/".*
>
>
>
> Regards:
>
> Sarthak Mishra
>
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20060830/23dcfdbb/attachment.htm>
More information about the opencms-dev
mailing list