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

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
protected override 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