Click or drag to resize

SaveUserDataProfileResponseSave Field

Creates a SaveUserDataProfileResponse that notifies the browser to save the user data profile to the user data store.

Namespace:  DotNetBrowser.UserData.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public static SaveUserDataProfileResponse Save

Return Value

Type: SaveUserDataProfileResponse
The SaveUserDataProfileResponse instance that can be used as a return value in SaveUserDataProfileHandler implementation.
See Also