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