Interface IUserDataProfileStore
- Namespace
- DotNetBrowser.UserData
- Assembly
- DotNetBrowser.dll
The data store for the user data.
public interface IUserDataProfileStore
Properties
- All
Gets all user data records.
- Profile
Gets the IProfile instance associated with this IUserDataProfileStore.
Methods
- Clear()
Clears all records in the store.
- Remove(UserDataProfile)
Removes the user data from the store.