Click or drag to resize
RelationshipsModuleMetadata Class
Represents the Relationships module metadata.
Inheritance Hierarchy
SystemObject
  CMS.CoreModuleMetadata
    CMS.RelationshipsRelationshipsModuleMetadata

Namespace: CMS.Relationships
Assembly: CMS.Relationships (in CMS.Relationships.dll) Version: 9.0.0
Syntax
C#
public class RelationshipsModuleMetadata : ModuleMetadata

The RelationshipsModuleMetadata type exposes the following members.

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