SysController..::..AreParents Method
Returns true if two objects are parents (Object or collection)
Namespace:
FLEXYGO.Controlers.UIAssembly: FlexyGo (in FlexyGo.dll)
Syntax
[BlacklistCheckAttribute] [CompressAttribute] public ActionResult AreParents( string ObjectName1, string ObjectName2 )
<BlacklistCheckAttribute> _ <CompressAttribute> _ Public Function AreParents ( _ ObjectName1 As String, _ ObjectName2 As String _ ) As ActionResult
Parameters
- ObjectName1
- Type: String
Name of the first object.
- ObjectName2
- Type: String
Name of the second object.