Click or drag to resize
BaseInfoCheckDependencies Method
Checks the object dependencies. Returns true if there is at least one dependency.

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

Parameters

reportAll (Optional)
Type: SystemBoolean
If false, only required dependencies (without default value) are checked, if true required ObjectDependency constraint is ignored

Return Value

Type: Boolean
See Also