What code should you add to line 04?

You create the following method in a Utility class: (Line numbers are included for reference only.)


You need to complete the code to meet the requirement for displaying the last 10 viewed pictures.
What code should you add to line 04? (More than one answer choice may achieve the goal. Select the BEST answer.)
A. StorageApplicationPermissions.FutureAccessList.Add(file, file.Name);
B. StorageApplicationPermissions.MostlyRecentlyUsedl_ist.Add(file, file.Name);
C. StorageItemMostRecentlyUsedList.Entries.Add(file, file.Name);
D. StorageItemAccessList.Entries.Add(file, file.Name);

microsoft-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.