IUserDataProfileStoreRemove Method  | 
 
                Removes the user data from the store.
            
 
    Namespace: 
   DotNetBrowser.UserData
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.0
Syntaxvoid 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.
             | 
RemarksRemoved user data is not displayed in the autofill suggestion pop-up.
See Also