| Table of Contents
|
public string GetParam(string key);
| Name | Type | Description |
|---|---|---|
| key | string | MindTouch.Dream.DreamFeatureParamAttribute name. |
| Exception | Condition |
|---|---|
| DreamAbortException | Throws if parameter does not exist. |
public T GetParam(string key);
| Name | Type | Description |
|---|---|---|
| key | string | MindTouch.Dream.DreamFeatureParamAttribute name. |
public string GetParam(string key, string def);
| Name | Type | Description |
|---|---|---|
| key | string | MindTouch.Dream.DreamFeatureParamAttribute name. |
| def | string | Default value to return in case parameter is not defined. |
public T GetParam(string key, T def);
| Name | Type | Description |
|---|---|---|
| key | string | MindTouch.Dream.DreamFeatureParamAttribute name. |
| def | T | Default value to return in case parameter is not defined. |
| Images 0 | ||
|---|---|---|
| No images to display in the gallery. |
Copyright © 2011 MindTouch, Inc. Powered by