Method Create
- Namespace
- DotNetBrowser.Profile
- Assembly
- DotNetBrowser.dll
Create(string, ProfileType)
Creates a new Chromium profile of the specified profileType
with the specified
name
.
IProfile Create(string name, ProfileType profileType = ProfileType.Regular)
Parameters
name
stringThe profile name. Cannot be null or empty.
profileType
ProfileTypeThe profile type. If omitted, the regular profile will be created.
Returns
- IProfile
The new Chromium profile.