Click or drag to resize
CollectionInfoProviderGetCollections Method
Returns a query for all the CollectionInfo objects.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public static ObjectQuery<CollectionInfo> GetCollections()

Return Value

Type: ObjectQueryCollectionInfo
See Also