Share via


SysPolicyRuleType::findByNamePolicyTypeEnum Method

Finds a record in the SysPolicyRuleType table.

Syntax

client server public static SysPolicyRuleType findByNamePolicyTypeEnum(
    SysPolicyName _ruleName, 
    SysPolicyTypeEnum _policyType, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether the record is selected for update; optional.

Return Value

Type: SysPolicyRuleType Table
The SysPolicyRuleType record with the matching policy rule name and policy type.

See Also

Reference

SysPolicyRuleType Table