ObjectParametersMergeWith Method |
Note: This API is now obsolete.
Merges parameters sent by parameter to this object.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax [ObsoleteAttribute("This method was not intended for public use.")]
public void MergeWith(
ObjectParameters parameters
)
Parameters
- parameters
- Type: CMS.HelpersObjectParameters
Parameters to be merged to this object
See Also