Username Property (Publisher Control)
Windows - Visual C++
Description
The username property is used to
get or set the username.
Syntax
void SetUsername(LPCTSTR myUsername)
Cstring myUsername = GetUsername()
The username syntax has these parts:
Part |
Description |
|
myUsername |
A username in string format (32 characters maximum) |
Remarks
It is required to set the username
and password properties when publishing a story to a version 5.0
server. If the Servers version is pre 5.0, it is not necessary
to set these properties to publish a story. The username property can
also be set by entering a username in the username textfield on the
Publisher Dialog
See also: Password
Back to: Publisher Properties