DotNetNuke 5.2
The DesktopModuleSupportedFeature enum provides an enumeration of Supported Features

Namespace:  DotNetNuke.Entities.Modules
Assembly:  DotNetNuke (in DotNetNuke.dll) Version: 5.2.0.275

Syntax

C#
public enum DesktopModuleSupportedFeature
Visual Basic (Declaration)
Public Enumeration DesktopModuleSupportedFeature
Visual C++
public enum class DesktopModuleSupportedFeature

Members

Member nameDescription
IsPortable
IsSearchable
IsUpgradeable

See Also