Pkg::SelectionData Selection_PatternData.htmlPrev  Access to Package Selection Manager  Selection_SelectionContent.htmlNext Name
Pkg::SelectionData — Get Selection Data
Synopsis
            map
            
SelectionData          (
            string
             
selection          
); Parameters
            
string            
selection          
Return
            
map          
Returns an empty map if no selection found and Returns nil if called with wrong arguments  
Description
        
 Return information about selection
      
        
->	$["summary" : "This is a nice selection",
"category" : "Network",
"visible" : true,
"recommends" : ["sel1", "sel2", ...],
"suggests" : ["sel1", "sel2", ...],
"archivesize" : 12345678
"order" : "042",
"requires" : ["a", "b"],
"conflicts" : ["c"],
"provides" : ["d"],
"obsoletes" : ["e", "f"],
] 
      
        
 Get summary (aka label), category, visible, recommends, suggests, archivesize, order attributes of a selection, requires, conflicts, provides and obsoletes.
      
Selection_PatternData.htmlPrev  Selection.htmlUp  Selection_SelectionContent.htmlNext Pkg::PatternData index.htmlHome  Pkg::SelectionContent 