Tag: SelectedShowLicenses

The SelectedShowLicenses function automates the action of loading and showing licenses of selected users.


<SelectedShowLicenses/>
XML

Tag Attributes 

AttributesAttribute Value
NewFrameTRUE (opens new frame) / FALSE (continues with existing frame) - defaults to FALSE
AutoCloseTRUE (closes frame at the end of the action) / FALSE - defaults to FALSE

Example Script

<ShowUsers>
	<Select lines="All"/>
	<SelectedShowLicenses newframe="true"/>
</ShowUsers>
XML