Click or drag to resize

ApplicationResponse Constructor (Boolean, Object)

Initializes a new instance of the ApplicationResponse class

Namespace:  Dynamicweb.Core
Assembly:  Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax
public ApplicationResponse(
	bool succeeded,
	Object data
)

Parameters

succeeded
Type: SystemBoolean
data
Type: SystemObject
See Also