Class RegisterModuleAttribute
- Namespace
- CMS
- Assembly
- CMS.Core.dll
Registers the module within assembly
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]
public sealed class RegisterModuleAttribute : Attribute
- Inheritance
-
objectAttributeRegisterModuleAttribute
- Extension Methods
Constructors
RegisterModuleAttribute(Type)
Constructor
public RegisterModuleAttribute(Type type)
Parameters
typeTypeModule type
Properties
Type
Module type
public Type Type { get; set; }
Property Value
- Type