Click or drag to resize

IUserDataProfileStore Interface

The data store for the user data.

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

The IUserDataProfileStore type exposes the following members.

Properties
  NameDescription
Public propertyAll
Gets all user data records.
Public propertyProfile
Gets the IProfile instance associated with this IUserDataProfileStore.
Top
Methods
  NameDescription
Public methodClear
Clears all records in the store.
Public methodRemove
Removes the user data from the store.
Top
See Also