Click or drag to resize

Result Constructor

Initializes a new instance of the Result class

Namespace:  Dynamicweb.Core
Assembly:  Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax
protected Result(
	bool isSuccess,
	string error
)

Parameters

isSuccess
Type: SystemBoolean
error
Type: SystemString
See Also