I'm trying to create a series of convenience classes to help do common operations by scripting. I have the nodes figured out pretty well, such as getting node information, history information, keywords, etc. But I'm tearing my hair out over user information. What I'd like to do is something like the following:
Brady Hutmacher
P.S. - Thanks for the great product.
Code: Select all
I can't figure out where to get this information. My google-fu has failed me, and I've poured over the class documentation until I was blury eyed. Any advice which classes I should use or how to get this functionality? My version is: Version: 6.2.0 (build: 13077)class myUser {
myUser(String user);
String getName();
String isActive();
void setActive(state);
}
class myUsers {
addUser(String user);
count();
myUser getUser(String user);
delete(String user)
}Brady Hutmacher
P.S. - Thanks for the great product.
If less is more just think how much more more would be! - Fraiser Crane
