Click or drag to resize

IUserDataProfiles Interface

A service that allows managing user data profiles.

Namespace:  DotNetBrowser.UserData
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public interface IUserDataProfiles : IAutoDisposable

The IUserDataProfiles type exposes the following members.

Properties
  NameDescription
Public propertyBrowser
Gets the IBrowser instance associated with this browser.
Public propertyIsDisposed
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.)
Public propertySaveUserDataProfileHandler
Gets or sets a handler that is used when the user is prompted to save the user data profile to the user data profile store .
Public propertyUpdateUserDataProfileHandler
Gets or sets a handler that is used when the user is prompted to update the user data profile to the user data profile store. For example, when the user changes the email address to an empty string.
Top
Events
  NameDescription
Public eventDisposed
Occurs when the object has been disposed.
(Inherited from IAutoDisposable.)
Top
See Also