This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public class Smartlet |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class Smartlet |
The type exposes the following fields.
Protected Fields
Name | Description | |
---|---|---|
DoExecute |
Specifies whether to execute the module
(Inherited from BaseModule.) |
|
InternalAIMMode |
Cotnains the internal AIM mode.
(Inherited from Module.) |
|
InternalCopyFormatting |
The id of the macro to copy the formatting settings from.
(Inherited from Module.) |
|
InternalFormatting |
Formatting settings.
(Inherited from Module.) |
|
IsInAjaxCallback |
Determines whether the Smartlet is currently in an ajax callback.
|
|
ResolvingSaveBuffers |
True when save buffers are evaluated.
(Inherited from BaseModule.) |
|
savingUnformattedResult |
True when save buffers are checked before formatting is applied, to facilitate unformated data to be saved.
(Inherited from BaseModule.) |
See Also
Smartsite.Scf Namespace