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 public OperationResult CheckForCycles()
Return Value
Type:
OperationResultResult with flag for success or not + error message if cycles found.
See Also