Exago .NET API Documentation
GetEntity(String,String) Method
WebReports.Api.Common Namespace > EntityCollection Class > GetEntity Method : GetEntity(String,String) Method
Optionally, the name of the folder that the Entity (Data Object) must be filed in.

The Alias of the Entity (Data Object) to retrieve. This can be found with the Entity.Name Property.

Return an Entity (Data Object) for the specified alias. If a categoryName is provided then the entity must be in that category (folder).
Syntax
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.
See Also

Reference

EntityCollection Class
EntityCollection Members
Overload List