Share via


ProductManager.LoadExternalFile(Uri) Method

Definition

Loads the specified file in the product manager after making sure it is valid.

public:
 void LoadExternalFile(Uri ^ uri);
public void LoadExternalFile (Uri uri);
member this.LoadExternalFile : Uri -> unit

Parameters

uri
Uri

A Uri where the product file is located.

Exceptions

ArgumentNullException

uri is null (Nothing in Visual Basic)

Remarks

This method downloads the file and stores it in a cache location. The downloaded file is then merged with the results of the current ProductManager products.

Applies to