|  | Aqualogic Interaction API | |
| IPTObjectManager.IsObjectAccessible Method |
Used to test if the object in question is accessible by the given user at the given security level
bool IsObjectAccessible(
int lObjectID,
int lUserID,
int lMinAccessLevel
);
Parameters
-
lObjectID
- the ID of the object in question
-
lUserID
- the ID of the user whose access is being tested
-
lMinAccessLevel
- the access level that the user should have on the object
Return Value
true if user lUserID has at least lMinAccessLevel on object lObjectID. False otherwise.
See Also
IPTObjectManager Interface | com.plumtree.server Namespace