Thank you appnair.
The code compiled and the static utility methods proved useful.
To followup:
The first four elements in the RIGHTID list are:
LAPI_DOCUMENTS.RIGHT_WORLD,
LAPI_DOCUMENTS.RIGHT_SYSTEM,
LAPI_DOCUMENTS.RIGHT_OWNER,
LAPI_DOCUMENTS.RIGHT_GROUP
or
-1,-2,-3,-4
I assume -3 is...
Hello,
I am trying to answer two questions with the LAPI.
1. Return all user and groups that a given username belongs to
This is accomplished with ListRights
LAPI_USERS users = new LAPI_USERS(session);
LLValue rights = new LLValue();
int userfound =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.