[Top]
ZXID
ZXID.Configuration
|
Method ZXID.Configuration()->create()
- Method
create
void ZXID.Configuration(string|mapping(string:string) conf)
- Description
Create a new Configuration .
- Parameter conf
ZXID configuration parameters. Either as a
configuration string (as per the ZXID book chapter 7 and 10),
or as a mapping of parameter settings. These are the most
common parameters:
"PATH" : string | Path to the directory containing the "zxid.conf"
file.
|
"URL" : string | URL of the SP.
|
"CDC_URL" : string | The Common Domain URL.
|
|
|