Click or drag to resize
CMSCssSettingsLoad Method
Loads the given items collection with the new items

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static List<CMSItem> Load(
	IEnumerable<CMSItem> newItems
)

Parameters

newItems
Type: System.Collections.GenericIEnumerableCMSItem
New items

Return Value

Type: ListCMSItem
See Also