Open anonymous window in developer console and execute the piece of code below.
List<AuraDefinitionBundle> lstAuraDefinitionBundle = new List<AuraDefinitionBundle>();
lstAuraDefinitionBundle = [SELECT Id, DeveloperName, apiVersion,description FROM AuraDefinitionBundle];
system.debug('lstAuraDefinitionBundle'+lstAuraDefinitionBundle);
Output:
No comments:
Post a Comment