public Entity GetEntity( System.string categoryName, System.string entityName )
Parameters
- categoryName
- Optionally, the name of the folder that the Entity (Data Object) must be filed in.
- entityName
The Alias of the Entity (Data Object) to retrieve. This can be found with the Entity.Name Property.
Return Value
An Entity object that represents the Entity (Data Object) requested, or null if the Entity (Data Object) cannot be found.