Property Integer piUserRights
Read Access: | Get piUserRights to IntegerVariable |
Write Access: | Set piUserRights to IntegerVariable/Value |
This property represents the user rights for a logged in user. Its value is culled from the WebAppUser table and stored here by ValidateSession. ValidateSession is called as part of every server requests initialization. You can use this as you wish throughout your application. For example, this may be useful inside of a cWebView's AllowViewAccess method.
ValidateSession sets piUserRights, psLoginName and psUserName.