Click or drag to resize
CollectionInfoProviderGetCollectionInfo Method (Int32)
Returns CollectionInfo with specified ID.

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

Parameters

id
Type: SystemInt32
CollectionInfo ID.

Return Value

Type: CollectionInfo
See Also