function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
anil Kumaranil Kumar 

How to Retrieve List of all available apex class and Visual force pages

Hi All,

How to Retrieve List of all available apex class and Visualforce page which are not from managed pacakage.

Thanks,
Anil Kumar 
Best Answer chosen by anil Kumar
Hemant_SoniHemant_Soni
Hi anil kumar,

If you want to filter your apex class and visualforce page from view then you can make this condition 
NameSpacePrefix equals blank
and this condition remove all package class form your current view.

Thanks
Hemant