Click or drag to resize
CollectionInfoProviderDeleteCollectionInfo Method (CollectionInfo)
Deletes specified CollectionInfo.

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

Parameters

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