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 class SiteModuleProvider
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class SiteModuleProvider

The type exposes the following members.

Public Constructors

  Name Description
Public method SiteModuleProvider
Initializes a new instance of the SiteModuleProvider class.

Public Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetModuleInfos
Gets the list of module info instances.
(Inherited from ModuleProvider.)
Public method GetModuleTagNames
Gets an array of module tag names as defined by the GetModuleInfos method.
(Inherited from ModuleProvider.)
Public method GetType (Inherited from Object.)
Public method GetVipers
Gets the list of available vipers and enum values.
(Overrides ModuleProvider..::GetVipers(ViperFilter).)
Public method ToString (Inherited from Object.)

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnGetModuleInfos
Called when the list of module info instances is requested.
(Overrides ModuleProvider..::OnGetModuleInfos()()()().)

See Also

Advanced