Summary
Get library related metadata.
Syntax
public static string GetLibraryMetadata(LibraryMetadataType libraryMetadataType)
Parameters
Name | Type | Description |
---|---|---|
libraryMetadataType | LibraryMetadataType | The type of metadata to query. See LibraryMetadataType for the list of possible keys. |
Return Value
Type | Description |
---|---|
string | A (possibly multi-line) string containing the queried information. If no information is available, the string is empty. |