Class ModuleContent
Generic Model for Module-Contents to enable Import/Export of the Module-Data
public class ModuleContent
- Inheritance
-
ModuleContent
Properties
Content
Serialized Content of the module for import/export.
public string Content { get; set; }
Property Value
ModuleDefinitionName
Reference to a ModuleDefinition for which this content is relevant.
public string ModuleDefinitionName { get; set; }
Property Value
Version
Version of the ModuleDefinition which is used here. It's not the version of the Content
public string Version { get; set; }