PslProject.FindTargetPathRule
Returns the ID of a target path rule with a given name. With this function you cannot find target path rules, that are defined by parser add-ins.
Syntax
Expression.FindTargetPathRule (Name as String) as Long
Expression Object of type PslProject
Name Name of the target path rule
Returns the ID of the target path rule or 0 if now rule has been found.
Example
Sub Main
End Sub