PrinterUtilCreateProfile Method 
             | 
          
        
         
            Create a profile of your printer's settings, alerts, and files for cloning to other printers.
            
 
    Namespace: 
   Zebra.Sdk.Printer
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1989
Syntaxpublic static void CreateProfile(
	string connectionString,
	string profilePath
)
Public Shared Sub CreateProfile ( 
	connectionString As String,
	profilePath As String
)
public:
static void CreateProfile(
	String^ connectionString, 
	String^ profilePath
)
Parameters
- connectionString
 - Type: SystemString
The connection string. - profilePath
 - Type: SystemString
The location of where to store the profile. 
Exceptions
Remarks
            A profile contains setting values which can be used to clone another printer to match the original configuration.
            Some settings (such as I.P.address) which could conflict with the original printer will not be contained in the profile
            See 
ConnectionBuilder for the format of 
connectionString.
            
See Also