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 imageCopy Code
                                  public sealed class Smartlets
Visual Basic (Declaration) Copy imageCopy Code
                                  Public NotInheritable Class Smartlets

The type exposes the following members.

Public Methods

  Name Description
Public method Add Overloaded.
Public method Clear (Inherited from Dictionary<(Of <String, Smartlet>)>.)
Public method ContainsKey (Inherited from Dictionary<(Of <String, Smartlet>)>.)
Public method ContainsValue (Inherited from Dictionary<(Of <String, Smartlet>)>.)
Public method Equals (Inherited from Object.)
Public method Static member GetCurrent
Gets or sets the current Smartlets list.
Public method GetEnumerator
Public method GetHashCode (Inherited from Object.)
Public method GetNextNumber
Gets the next free number for a given Smartlet type.
Public method GetObjectData (Inherited from Dictionary<(Of <String, Smartlet>)>.)
Public method GetType (Inherited from Object.)
Public method Static member Init
Inits the smartlets in the given context.
Public method OnDeserialization (Inherited from Dictionary<(Of <String, Smartlet>)>.)
Public method Remove (Inherited from Dictionary<(Of <String, Smartlet>)>.)
Public method ToString (Inherited from Object.)
Public method TryGetValue (Inherited from Dictionary<(Of <String, Smartlet>)>.)

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

Public Fields

  Name Description
Public field Static member ClientDataFolderName
Folder name of the CMS folder where Smartlet client dependencies are stored.

Public Properties

  Name Description
Public property Comparer (Inherited from Dictionary<(Of <String, Smartlet>)>.)
Public property Count (Inherited from Dictionary<(Of <String, Smartlet>)>.)
Public property Item (Inherited from Dictionary<(Of <String, Smartlet>)>.)
Public property Keys
Public property Values

Explicit Interface Implementations

See Also

Advanced