This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
A collection of name-value pairs that can be used as a module parameter type. The collection can be represented in sxml as a delimited list, or an xml block.

Namespace: Smartsite.Core
Assembly:  Smartsite.SXML (in Smartsite.SXML.dll)

Syntax

C#Copy imageCopy Code
public class CollectionParam<T> : <<T>>, 
	
Visual Basic (Declaration)Copy imageCopy Code
Public Class CollectionParam(Of T) _
	Inherits (Of (Of T)) _
	Implements 

Type Parameters

T
Specifies the generic type of the collected items

Examples

Title,Body,Description or datatableitemcount

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..List<(Of <CollectionParamElement<(Of <T>)>>)>
    Smartsite.Core..::..CollectionParam<(Of <(<'T>)>)>

See Also

Advanced