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

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

Parameters

id
Type: SystemInt32
CollectionInfo ID.
See Also