Click or drag to resize
ProtectionWebUIModuleMetadata Class
Represents the Protection Web UI module metadata.
Inheritance Hierarchy
SystemObject
  CMS.CoreModuleMetadata
    CMS.Protection.Web.UIProtectionWebUIModuleMetadata

Namespace: CMS.Protection.Web.UI
Assembly: CMS.Protection.Web.UI (in CMS.Protection.Web.UI.dll) Version: 10.0.0
Syntax
C#
public class ProtectionWebUIModuleMetadata : ModuleMetadata

The ProtectionWebUIModuleMetadata type exposes the following members.

Constructors
  NameDescription
Public methodProtectionWebUIModuleMetadata
Default constructor
Top
Properties
  NameDescription
Public propertyName
Gets the module name.
(Inherited from ModuleMetadata.)
Public propertyRootPath
Gets the directory with module files.
(Inherited from ModuleMetadata.)
Top
See Also