Available for: Content Management Server
Task: The userConfigForUser command works
analogously to the userConfig command. However,
while userConfig allows access to the personal preferences of the
logged-in user, you can use the userConfigForUser command to read out
and set the preferences of all user logins you own.
Syntax:
userConfigForUser login command
Function parameters:
-
loginis the login of the user whose personal preferences you want to read or set. -
commandis a subcommand. TheuserConfigForUsercommand has the same subcommands as thesystemConfigcommand.
Necessary permissions: You can use the command only to access your own preferences and those of the users whose logins you own. As a super user you implicitly own all user logins.
Example:
CM>userConfigForUser mustermann setElements guiPreferences.startArea <startArea>wizard_page</startArea>
CM>userConfigForUser mustermann getElements guiPreferences.startArea
{<?xml version="1.0" encoding="UTF-8"?>
<startArea>browse_page</startArea>}