IUserDataProfileStoreRemove Method |
Removes the user data from the store.
Namespace:
DotNetBrowser.UserData
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax void Remove(
UserDataProfile userDataProfile
)
Parameters
- userDataProfile
- Type: DotNetBrowser.UserDataUserDataProfile
The user data profile associated with the removed user data profile records.
Exceptions Exception | Condition |
---|
ObjectDisposedException | The IUserDataProfileStore has already been disposed. |
ArgumentException |
The userDataProfile is null.
|
Remarks Removed user data is not displayed in the autofill suggestion pop-up.
See Also