Click or drag to resize
BaseInfoCheckDependencies Method
Checks object for dependent objects. Returns true if there is at least one dependent object. First tries to execute checkdependencies query, if not found, an automatic process is executed.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected virtual bool CheckDependencies(
	bool reportAll = true
)

Parameters

reportAll (Optional)
Type: SystemBoolean
If false, only required dependency constraints (without default value) are returned, otherwise checks all dependency relations.

Return Value

Type: Boolean
Remarks
Automated process is based on DependsOn property. Child, site and group objects are not included. Objects whose ObjectPathColumn value contains a prefix matching the current object's path value are also not included.
See Also