| DataHelperExtendParameters Method | 
            Extends the parameters array for new items.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
 Syntax
Syntaxpublic static Object[] ExtendParameters(
	Object[] parameters,
	int newItems
)
Parameters
- parameters
- Type: SystemObject
 Original array
- newItems
- Type: SystemInt32
 New items count
Return Value
Type: 
Object See Also
See Also