Click or drag to resize
ModulePackageMetadata Class
Provides module's metadata.
Inheritance Hierarchy
SystemObject
  CMS.Modules.NuGetPackagesModulePackageMetadata

Namespace: CMS.Modules.NuGetPackages
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 10.0.0
Syntax
C#
public class ModulePackageMetadata

The ModulePackageMetadata type exposes the following members.

Constructors
  NameDescription
Public methodModulePackageMetadata
Top
Properties
  NameDescription
Public propertyAuthors
Gets or sets authors of the package, comma-separated.
Public propertyDescription
Gets or sets description of the package.
Public propertyId
Gets or sets identifier of the package.
Public propertyTitle
Gets or sets title of the package.
Public propertyVersion
Gets or sets version of the package. Format like "1.1.1"
Top
See Also