View.getViewParameterByName Method
Searches the view parameters for the given name (script name).
Parameters
- name
-
Type: String
The name of the view parameter to find.
- includeOverrides
-
Type: Boolean
(optional) A flag to indicate whether to search the overrides or not.
Optional: True
Return Value
Type: ViewParameter - May be null
The found view parameter, or null if none is found.