Mani Subramanian - SharePoint And ASP.NET MVC
Wednesday, 26 January 2011
MOSS: Report how many web pages are under the SiteCollection
You can find only by using SQL query
Select distinct DirName,LeafName from AllDocs where DirName like '%Pages' and LeafName like '%.aspx'
order by DirName,LeafName
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment