Returns the property value from the active user. Properties of reference type can be followed to instead return a property of the referenced object. If no matching child or property is found, then an empty string is returned.
string User(string propertyName; [string propertyName2]; ...)
propertyName |
Name of the property to read. |
propertyName2 |
Optional name of a property to read from an object that is referenced by the first property. |
Example
User("LanguageId"; "Title")
Returns the title of the active user's language.