<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<small><font face="Verdana">I think the <b>readPropertyObject </b>of <b>CmsObject
</b>could help you<br>
<br>
and may this help you also<br>
<font face="Courier New">ArrayList folders = (ArrayList)
cmso.getSubFolders(path,CmsResourceFilter.ALL);<br>
ArrayList files   = (ArrayList)
cmso.getFilesInFolder(path,CmsResourceFilter.ALL);<br>
<font face="Verdana"><br>
returns list of cmsreource</font><br>
</font></font></small> <br>
<font face="Verdana"><small>Joe<br>
<br>
</small></font>
<blockquote type="cite">
  <div class="moz-text-html" lang="x-western">
  <div class="Section1">
  <p class="MsoNormal"><font face="Arial" size="2"><span
 style="font-size: 10pt; font-family: Arial;">Hi All,<o:p></o:p></span></font></p>
  <p class="MsoNormal"><font face="Arial" size="2"><span
 style="font-size: 10pt; font-family: Arial;">         I want to
render the title of all pages existing in folder  <b><span
 style="font-weight: bold;">“/sites/default/modulesdemo/modules/faq/”
. </span></b>If I use <b><span style="font-weight: bold;">getResourcesInFolder(String)
  </span></b>of <b><span style="font-weight: bold;">CmsObject</span></b>
to access list
of  resources , I don’t get “title” of resource from Object
of resource . <o:p></o:p></span></font></p>
  <p class="MsoNormal"><font face="Arial" size="2"><span
 style="font-size: 10pt; font-family: Arial;">         Can
somebody plz tell me how to access the title of all pages existing in
folder 
  <b><span style="font-weight: bold;">“/sites/default/modulesdemo/modules/faq/”.</span></b><o:p></o:p></span></font></p>
  <p class="MsoNormal"><font face="Arial" size="2"><span
 style="font-size: 10pt; font-family: Arial;">     <o:p></o:p></span></font></p>
  <p class="MsoAutoSig"><font color="navy" face="Times New Roman"
 size="3"><span style="font-size: 12pt; color: navy;">  Regards:<o:p></o:p></span></font></p>
  <p class="MsoAutoSig"><font color="navy" face="Times New Roman"
 size="3"><span style="font-size: 12pt; color: navy;">  Sarthak Mishra<o:p></o:p></span></font></p>
  <p class="MsoAutoSig"><font color="navy" face="Times New Roman"
 size="3"><span style="font-size: 12pt; color: navy;"><o:p> </o:p></span></font></p>
  <p class="MsoNormal"><font face="Times New Roman" size="3"><span
 style="font-size: 12pt;"><o:p> </o:p></span></font></p>
  </div>
  </div>
</blockquote>
<br>
</body>
</html>