Click or drag to resize

PFOperationResult Constructor (Boolean, String)

Initializes a new instance of the PFOperationResult class.

Namespace:  Packflow.Utils
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFOperationResult(
	bool success,
	string message
)

Parameters

success
Type: SystemBoolean
message
Type: SystemString
See Also