Click or drag to resize
PollsModuleMetadata Class
Represents the Polls module metadata.
Inheritance Hierarchy

Namespace: CMS.Polls
Assembly: CMS.Polls (in CMS.Polls.dll) Version: 11.0.0
Syntax
C#
public class PollsModuleMetadata : ModuleMetadata

The PollsModuleMetadata type exposes the following members.

Constructors
  NameDescription
Public methodPollsModuleMetadata
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