Click or drag to resize

ResultT Constructor

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

Parameters

value
Type: T
isSuccess
Type: SystemBoolean
error
Type: SystemString
See Also