Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

IAccountManager

Syntax

AccountManager.GetEnrollments(int userId, bool activeUser = true); AccountManager.GetEnrollments(int userId, int serviceId, bool activeUser = true); AccountManager.GetEnrollments(int userId, int serviceId, int organizationId, bool activeUser = true);
Code Block
languagec#
AccountManager.GetEnrollments(int userId, bool activeUser = true);
AccountManager.GetEnrollments(int userId, int serviceId, bool activeUser = true);
AccountManager.GetEnrollments(int userId, int serviceId, int organizationId, bool activeUser = true);

...