Click or drag to resize

BasePersistenceProviderIsBusinessRuleRevoked Method

Determines whether the specified business rule is revoked by the user.

Namespace:  Aloe.EnterpriseOne.Model.Core
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public bool IsBusinessRuleRevoked(
	string businessRuleCode
)

Parameters

businessRuleCode
Type: SystemString
The business rule code.

Return Value

Type: Boolean
true if the business rule is revoked; otherwise, false.
See Also