This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Reads a CollectionParam<(Of <(<'T>)>)> from the given xml block.

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

Syntax

C#Copy imageCopy Code
[("collection")]
[(typeof(), "Xml")]
[(.Level1)]
public class CollectionHandler : 
Visual Basic (Declaration)Copy imageCopy Code
<("collection")> _
<(GetType(), "Xml")> _
<(.Level1)> _
Public Class CollectionHandler _
	Inherits 

Inheritance Hierarchy

System..::..Object
  Smartsite.Core..::..BaseModule
    Smartsite.Core..::..CollectionHandler

See Also

Advanced