asked on August 7, 2015
•
Show version history
I can see in the documentation that we can create Laserfiche Users and Groups using SDK as below, but can we add AD user accounts under License Manager and Windows Account node of Admin UI as well?
// Creating Laserfiche users and Groups // Creates a user named "My User." LFUser NewUser = new LFUser(); NewUser.Create(DB, "My User"); // Creates a group named "My Group." LFGroup NewGroup = new LFGroup(); NewGroup.Create(DB, "My Group");
0
0