RecentApps
OrgApps
public
Collection<OrgApps> RecentApps
EX1
void OrgApps_RecentApps_ex1() { foreach(OrgAppInfo app in OrgApps.RecentApps) { if (app.ID <= 0) continue; printf("[ID: %d]\r\n", app.ID); printf(" Name: %s\r\n", app.Name); } }
The collection of recent apps.
origin.h