UserPropertiesGetBuiltInPropertyNames Method Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Returns the names of all built in user properties in Content Studio. These properties exists in the predefined system application which can be reached by its name or a dot.

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

public static string[] GetBuiltInPropertyNames()

Field Value

Type: String
The following system property name are defined
  • email
  • title
  • office
  • address
  • zip
  • city
  • country
  • phone
  • cellphone
  • fax
  • company
  • homephone
  • startdoc (the user's start page in Content Studio)
  • infodoc (the user's personal page in Content Studio)
  • webviewbool (indicates whether to display the tree view in Content Studio or not)
  • pflang (indicates the user's preferred language setting)

Return Value

Type: String
A string array containing the names of the properties
See Also

Reference