Click or drag to resize
AutomationHelperCheckProcessDependencies Method

Note: This API is now obsolete.

Check automation process dependencies, return true if is depend.

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("Use ObjectQuery to check for dependencies manually.")]
public static bool CheckProcessDependencies(
	int processId
)

Parameters

processId
Type: SystemInt32
Process ID

Return Value

Type: Boolean
See Also