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 sealed class Smartlets |
Visual Basic (Declaration) | Copy Code |
---|---|
Public NotInheritable Class Smartlets |
The type exposes the following members.
Public Methods
Name | Description | |
---|---|---|
Add | Overloaded. | |
Clear | (Inherited from Dictionary<(Of <String, Smartlet>)>.) | |
ContainsKey | (Inherited from Dictionary<(Of <String, Smartlet>)>.) | |
ContainsValue | (Inherited from Dictionary<(Of <String, Smartlet>)>.) | |
Equals | (Inherited from Object.) | |
GetCurrent |
Gets or sets the current Smartlets list.
|
|
GetEnumerator | ||
GetHashCode | (Inherited from Object.) | |
GetNextNumber |
Gets the next free number for a given Smartlet type.
|
|
GetObjectData | (Inherited from Dictionary<(Of <String, Smartlet>)>.) | |
GetType | (Inherited from Object.) | |
Init |
Inits the smartlets in the given context.
|
|
OnDeserialization | (Inherited from Dictionary<(Of <String, Smartlet>)>.) | |
Remove | (Inherited from Dictionary<(Of <String, Smartlet>)>.) | |
ToString | (Inherited from Object.) | |
TryGetValue | (Inherited from Dictionary<(Of <String, Smartlet>)>.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Public Fields
Name | Description | |
---|---|---|
ClientDataFolderName |
Folder name of the CMS folder where Smartlet client dependencies are stored.
|
Public Properties
Name | Description | |
---|---|---|
Comparer | (Inherited from Dictionary<(Of <String, Smartlet>)>.) | |
Count | (Inherited from Dictionary<(Of <String, Smartlet>)>.) | |
Item | (Inherited from Dictionary<(Of <String, Smartlet>)>.) | |
Keys | ||
Values |
Explicit Interface Implementations
See Also
Smartsite.Scf Namespace