Does anyone know how to specify the Type in the Export method of Security.Applications, I want to export only the client applications (without having to specify all the different applications in the 3 parameter)
• classmethod Export(FileName As %String = "ApplicationsExport.xml", ByRef NumExported As %Integer, Applications As %String = "*", Type As %Integer = -1) as %Status
This method exports Application records to a file in xml format. Parameters: FileName - Output file name NumExported (byref) - Returns number of records exported Applications - Comma separated list of Applications to export, "*" = All Type - Type of applications to export, -1 = all Bit 0 = System Application - Reserved Bit 1 = CSP Application Bit 2 = Privileged routine application Bit 3 - Client Application
Does anyone know how to specify the Type in the Export method of Security.Applications, I want to export only the client applications (without having to specify all the different applications in the 3 parameter)