You are here: Ektron Namespace > Server Controls API > Ektron.Cms Namespace > Ektron.Cms.Controls Namespace > Classes > ProductList Class > ProductList Properties > SourceType
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
ProductList.SourceType Property

The type of source being used to create the list. Choices are:

  • Catalog - use the SourceId property to specify the ID of a single catalog when this source type is selected.
  • CatalogList - use the IdList property to specify a list of catalog IDs when this source type is selected.
  • Taxonomy - use the SourceId property to specify the ID of the single taxonomy when this source type is selected.
  • TaxonomyList - Use IdList property to specify a list of taxonomy IDs when this type is selected.
  • IdList - Use the IdList property to specify a list of product IDs when this source type is selected.

C#
[Category("Ektron")]
[TypeConverter(typeof(SourceObjectType))]
[DefaultValue("SourceObjectType.Catalog")]
[Description("The type of source being used to create the list. Choices are: Catalog, CatalogList, Taxonomy, TaxonomyList and IdList.")]
[Personalizable()]
public SourceObjectType SourceType;
Visual Basic
<Category("Ektron")>
<TypeConverter(typeof(SourceObjectType))>
<DefaultValue("SourceObjectType.Catalog")>
<Description("The type of source being used to create the list. Choices are: Catalog, CatalogList, Taxonomy, TaxonomyList and IdList.")>
<Personalizable()>
Public Property SourceType() As SourceObjectType
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!