Summary
Retrieves metadata from the module based on the specified
ModuleMetadataType
.
Syntax
public string GetMetadata(ModuleMetadataType moduleMetadataType)
Parameters
Name | Type | Description |
---|---|---|
moduleMetadataType | ModuleMetadataType | The type of metadata to retrieve. |
Return Value
Type | Description |
---|---|
string | The metadata as a string. |