Click or drag to resize
CollectionInfoProviderGetCollectionInfo Method (String, String)
Returns CollectionInfo with specified name.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public static CollectionInfo GetCollectionInfo(
	string name,
	string siteName
)

Parameters

name
Type: SystemString
CollectionInfo name.
siteName
Type: SystemString
Site name.

Return Value

Type: CollectionInfo
See Also