Click or drag to resize
WebApiModuleMetadata Class
Represents the Web API module metadata.
Inheritance Hierarchy

Namespace: CMS.WebApi
Assembly: CMS.WebApi (in CMS.WebApi.dll) Version: 9.0.0
Syntax
C#
public class WebApiModuleMetadata : ModuleMetadata

The WebApiModuleMetadata type exposes the following members.

Constructors
  NameDescription
Public methodWebApiModuleMetadata
Initializes a new instance of the WebApiModuleMetadata class.
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