Method | Description | |
---|---|---|
GetParameter ( string name ) : string |
Return the value of a parameter passed to the sublayout.
|
Method | Description | |
---|---|---|
OnInit ( System e ) : void |
Applies properties including data source.
|
public GetParameter ( string name ) : string | ||
name | string | The name of the parameter. |
return | string |
protected OnInit ( System e ) : void | ||
e | System | Event arguments. |
return | void |