OptionCategoryInfoCheckDependencies Method |
Checks the object dependencies. Returns true if there is at least one dependency.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax 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:
BooleanSee Also