Universal Windows Service Class Library

ApplicationList.Exists Method 

Check if application with given name exists already in list.

public bool Exists(
   string applicationName
);

Parameters

applicationName
Name of the application.

Return Value

True if application was found in list, else false.

Remarks

Searches the whole list if an application with given name already exists in it.

See Also

ApplicationList Class | uws Namespace