Table of Contents

Class RegisterModuleAttribute

Namespace
CMS
Assembly
CMS.Core.dll

Registers the module within assembly

[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]
public sealed class RegisterModuleAttribute : Attribute
Inheritance
object
Attribute
RegisterModuleAttribute
Extension Methods

Constructors

RegisterModuleAttribute(Type)

Constructor

public RegisterModuleAttribute(Type type)

Parameters

type Type

Module type

Properties

Type

Module type

public Type Type { get; set; }

Property Value

Type