Click or drag to resize

PFGroupCheckForCycles Method

Checks all children for cycles. NOTE : slow method, do not use on user-production-features.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public OperationResult CheckForCycles()

Return Value

Type: OperationResult
Result with flag for success or not + error message if cycles found.
See Also