Description

Static method.

Returns a list of profile names from the location specified. Profiles are stored as XML document on disk. A profile name is the file name of the XML document without the .xml extension.

Syntax

PNProfile.GetListofProfileNames(searchLevel)

 

PNProfile.GetListofProfileNames(AlternatePath)

 

Returns an IList<String> collection of profiles names from the specified location.

Parameters

PNProfileSearchLocation searchLevel

The location in which to search, one of PNProfileSearchLocation.values.

String AlternatePath

The full path to an alternate location to search for profiles.