This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Serverside comment module. All data within rem tags is ignored by the parser, and removed from the output.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[("Rem")]
[(.Level1)]
public class RemarkModule : 
Visual Basic (Declaration)Copy imageCopy Code
<("Rem")> _
<(.Level1)> _
Public Class RemarkModule _
	Inherits 

Inheritance Hierarchy

System..::..Object
  Smartsite.Core..::..BaseModule
    Smartsite.Core..::..Module
      Smartsite.Core..::..RawDataModule
        Smartsite.Runtime.Modules..::..RemarkModule

See Also

Advanced