TrusteeUserIdentifiers Enumeration Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Specifies the available identifiers of a Content Studio user

Namespace: ContentStudio.Security
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public enum UserIdentifiers
Members

  Member nameValueDescription
None0 No identifier is specified. The default information which is the caller's own information is returned.
ID_identifier1 The identifier is a user ID.
UserKey2 The identifier is a Content Studio user key.

A User key is a 6-character string that uniquely identifies the user. Unlike the UserID it is guaranteed to follow a user account even if the user is un-registered from Content Studio and later re-added. It is simpler to use than the SID but is not unique between different sites. In that case you should use the SID or the Email address instead. The user key is generated when a user is registered in Content Studio for the very first time and is always composed of 5 letters [A-Z] in uppercase and one trailing figure (e.g. AAAAA0).

Sid3 The identifier is a sid in the standard Windows SDDL string format (e.g. S-1-0-0)
LoginName4 The identifier is a login name in the DOMAIN\USERNAME format.
Email5 The identifier is an e-mail address
See Also

Reference