Method | Description | |
---|---|---|
FormatSelectedValue ( string selectedValue ) : string |
Formats the selected value (node path) into a liquid merge field.
|
|
RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void |
Outputs server control content to a provided T:System.Web.UI.HtmlTextWriter object and stores tracing information about the control if tracing is enabled.
|
|
SetValue ( string nodePath ) : void |
Sets the value.
|
|
SetValues ( IEnumerable |
Sets the values.
|
Method | Description | |
---|---|---|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
SetValueOnSelect ( ) : void |
Sets the value on select.
|
|
SetValuesOnSelect ( ) : void |
Sets the values on select.
|
Method | Description | |
---|---|---|
GetPrefixedMergeFieldIds ( ) : List |
Gets the prefixed merge field ids.
|
public static FormatSelectedValue ( string selectedValue ) : string | ||
selectedValue | string | The selected value. |
return | string |
protected OnInit ( |
||
e | An |
|
return | void |
protected OnLoad ( |
||
e | The |
|
return | void |
public RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | The |
return | void |
public SetValue ( string nodePath ) : void | ||
nodePath | string | The node path. |
return | void |
public SetValues ( IEnumerable |
||
nodePaths | IEnumerable |
The node paths. |
return | void |