Table of Contents

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 string

The profile name. Cannot be null or empty.

profileType ProfileType

The profile type. If omitted, the regular profile will be created.

Returns

IProfile

The new Chromium profile.