MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
TreeLibraryNodeMetadata Constructor (nodeType, query)
NamespacesMPfmTreeLibraryNodeMetadataTreeLibraryNodeMetadata(TreeLibraryNodeType, SongQuery)
Constructor for the TreeLibraryNodeMetadata class. Requires the node type and query.
Declaration Syntax
C#Visual Basic
public TreeLibraryNodeMetadata(
	TreeLibraryNodeType nodeType,
	SongQuery query
)
Public Sub New ( _
	nodeType As TreeLibraryNodeType, _
	query As SongQuery _
)
Parameters
nodeType (TreeLibraryNodeType)
Node type
query (SongQuery)
Query

Assembly: MPfm (Module: MPfm) Version: 0.6.0.0 (0.6.0.0)