Table of Contents

Class ContentModuleConfiguration

Namespace
Dynamicweb.Modules
Assembly
Dynamicweb.dll

The Class ContentModuleConfiguration represents reusable configurations for content modules

public sealed class ContentModuleConfiguration
Inheritance
ContentModuleConfiguration
Inherited Members

Properties

Id

Gets or sets the content module configuration identifier

[Required]
public int Id { get; }

Property Value

int

Name

Gets or sets the content module configuration name

[Required]
public string Name { get; set; }

Property Value

string

Settings

Gets or sets the settings as XML

[Required]
public string Settings { get; set; }

Property Value

string

SystemName

Gets or sets the content module configuration system name

[Required]
public string SystemName { get; set; }

Property Value

string

UniqueId

Gets or sets the unique identifier for content module configurations

public Guid UniqueId { get; }

Property Value

Guid
To top