USER_SITE Class
A site associated with a user.
Namespace: Ensur.Core.Main.POCOsAssembly: Ensur.Core.Main (in Ensur.Core.Main.dll) Version: 1.0.0.0 (1.0.0.0)
Ensur.Core.Main.POCOs.USER_SITE = function();
Type.createClass(
'Ensur.Core.Main.POCOs.USER_SITE');
- Inheritance
- Object USER_SITE
SITE_ID |
ID of the site. Must be one of the values provided by your administrator. Can be set by id or name (SITE_NAME)
|
SITE_NAME |
Name of the site. Must be one of the values provided by your administrator. Can be set by name or id (SITE_ID)
|