Click or drag to resize

UpdateUserDataProfileResponseDecline Field

Creates a UpdateUserDataProfileResponse that notifies the browser to decline to update the user data profile.

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

Return Value

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