The DesktopModuleSupportedFeature enum provides an enumeration of Supported Features

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

Syntax

C#
[FlagsAttribute]
public enum DesktopModuleSupportedFeature
Visual Basic
<FlagsAttribute> 
Public Enumeration DesktopModuleSupportedFeature

Members

Member nameValueDescription
IsPortable1
IsSearchable2
IsUpgradeable4

See Also