SessionAccessLevel is an Enum that represents the different Access Levels a Session can have. It has the following values:
Name | Value | Description |
---|---|---|
Private
|
0 | |
LAN
|
1 | |
Contacts
|
2 | |
ContactsPlus
|
3 | |
RegisteredUsers
|
4 | |
Anyone
|
5 |
Obsolete Values
This enum, has some Obsolete values. These values may appear from time to time but are in the process of being phased out. Do not use these.
Name | Value | Description |
---|---|---|
Friends
|
2 | This is an obsolete alternative name for Contacts .
|
FriendsOfFriends
|
3 | This is an obsolete alternative name for ContactsPlus .
|
The values were made obsolete, when the entire "Friends" system was renamed to "Contacts".