Click or drag to resize

ToastRequestFromJsonString Method

[This is preliminary documentation and is subject to change.]

Creates a toast request from a JSON string.

Namespace:  DesktopToast
Assembly:  DesktopToast (in DesktopToast.dll) Version: 0.7.0.0 (0.7.0.0)
Syntax
public static ToastRequest FromJsonString(
	string requestJson
)

Parameters

requestJson
Type: SystemString
Request in JSON format

Return Value

Type: ToastRequest
Toast request
See Also