Click or drag to resize

DocumentTypeSecurityConditionConditionFilterXml Property

Specifies the documents, for which the current rule is applicable. The XML filter is compared against new documents and the rule is applicable when they match. [Required]

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public DataAccessFilter ConditionFilterXml { get; set; }

Property Value

Type: DataAccessFilter
See Also