Click or drag to resize

SaveUserDataProfileResponseDecline Field

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

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

Return Value

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