Click or drag to resize
CollectionInfoProviderSetCollectionInfo Method
Sets (updates or inserts) specified CollectionInfo.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public static void SetCollectionInfo(
	CollectionInfo infoObj
)

Parameters

infoObj
Type: CMS.EcommerceCollectionInfo
CollectionInfo to be set.
See Also