Home > Contents > Index >
Expanded TOC | Accordion TOC | Annotated TOC | Index
ICS.GetVar
Returns the value of a Content Server variable.
Syntax
public String GetVar(String name)Parameters
name
- The name of the variable.
Returns
The value of the variable. If the variable does not exist, returns
null
.Example
The following line retrieves the value of the ContentServer variable
username.
The retrieved value is stored in a variable namedsUserName.
String sUserName = cs.GetVar( "username" );See Also
GetCgi , GetVars , RemoveVar , SetVar
Home > Contents > Index > ![]()
FatWire JAVA Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.