|  | SessionFindWhereUsedCustom Method  | 
 
            Searches for usage of the target object in other objects and rules. Unlike
            ,
            this method only makes indirect calls to the management server. It then follows only the
            object types defined in indirectTypes. This addresses the problem
            where the normal where-used can follow objects you may not wish to follow.
            
 
    Namespace: 
   Koopman.CheckPoint
    Assembly:
   CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
 Syntax
Syntax Remarks
Remarks
            Due to the way this method manually follows indirect usages it will take longer on
            average than the normal where-used method. Also if/when Check Point implement this
            feature in the API natively this method will be depricated, in favor the standard API. If
            indirect is false then this is identical to calling .
            
 See Also
See Also