Click or drag to resize
DeviceProfilesModuleMetadata Class
Represents the Device profiles module metadata.
Inheritance Hierarchy
SystemObject
  CMS.CoreModuleMetadata
    CMS.DeviceProfilesDeviceProfilesModuleMetadata

Namespace: CMS.DeviceProfiles
Assembly: CMS.DeviceProfiles (in CMS.DeviceProfiles.dll) Version: 11.0.0
Syntax
C#
public class DeviceProfilesModuleMetadata : ModuleMetadata

The DeviceProfilesModuleMetadata type exposes the following members.

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