Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a list with newly-initialized instances of all the classes with the given name that have the given attribte. They can also be sub-classes of this class.
Syntax
public List getInstancesWithAttribute(ClassName _className, SysAttribute _attribute)
Run On
Called
Parameters
- _className
Type: ClassName Extended Data Type
The name of the parent class to search for.
- _attribute
Type: SysAttribute Class
The attribute to search for.
Return Value
Type: List Class
A list with newly-initialized objects matching the search criteria.