mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='http://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='http://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='http://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='http://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='http://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
MISSING BANNER
Code Details >> Core >> Users >> User_Object_Attribute_Mapping_Enum

User_Object_Attribute_Mapping_Enum Enumeration



Enumeration of the main public elements associated with a user


Namespace: SobekCM.Core.Users
Assembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)

Syntax

C#
public enum User_Object_Attribute_Mapping_Enum

Members

Member nameValueDescription
NONE0 No mapping defined
College1 Maps to the COLLEGE this user is associated with
Department2 Maps to the DEPARTMENT this user is associated with
Email3 Maps to the EMAIL address of this user
Firstname4 Maps to the FIRSTNAME address of this user
Fullname5 Full name of this user ( FIRSTNAME followed by LASTNAME )
Lastname6 Maps to the LASTNAME address of this user
Nickname7 Maps to the NICKNAME address of this user
Notes8 Maps to the NOTES for this user, which are only visible to system and portal admins
Organization9 Maps to the ORGANIZATION this user is associated with
OrgCode10 Maps to the CODE for the ORGANIZATION this user is associated with
Username11 Maps to the USERNAME address of this user

Remarks

This is used for mapping during authentication (usually the first time a user logs on)

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )