FindById(Id: String): IABACRule;
FindById(System.String): Prognoz.Platform.Interop.ABAC.IABACRule;
Id. Rule identifier.
The FindById method searches for a rule in policy by identifier.
To determine a rule identifier, use the IABACRule.Id property.
The method use is given in the example for IABACRules.AddCopy.
See also: