The folder that this Entity (Data Object) will appear in. To create a hierarchy of folders, include slashes.
Syntax
public System.string Category {get; set;}
Example
Set the data object represented by myNewEntity to appear in the Sales folder, which is a child folder of CRM.
myNewEntity.Category = "CRM\\Sales";