View.ApplyViewTemplateParameters
Method
Description:
Applies to this view the parameters of the input view that are not controlled by the current view template.
Applies to this view the parameters of the input view that are not controlled by the current view template.
Remarks:
Apply the view template parameters is a one-time operation, the association between the views is not preserved. To get all template parameters call GetTemplateParameterIds() on the template. To get parameters that are not controlled by the template call GetNonControlledTemplateParameterIds() on the template. To get current view template of this view use property ViewTemplateId.
Apply the view template parameters is a one-time operation, the association between the views is not preserved. To get all template parameters call GetTemplateParameterIds() on the template. To get parameters that are not controlled by the template call GetNonControlledTemplateParameterIds() on the template. To get current view template of this view use property ViewTemplateId.
Parameters
Parameter | Type | Description |
---|---|---|
otherView | View | The view whose parameters are to be applied to this view. It does not have to be a valid template (property IsTemplate can be true or false). |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |