var fDesc=new Array(); fDesc[0] = "Using the Profiler SDK to create large numbers of profiles in one batch can be more efficient than creating them through the user interface.
The Streaming Profiler Software Development Kit (SDK) offers a set of COM objects and interfaces that give Citrix customers, distributors, and partners a programmatical interface into the Citrix Application Streaming Profiler.
The Profiler SDK views a profile as a set of collections that server as containers for their respective data, and offer a standardized method of adding, removing, and iterating through profile data. For example, a profile contains a collection of targets (client workstation environments), each of which contains a collection of scripts and a collection of target applications. Developers can write in a platform-independent medium, and scripts can be written in C , C#, or VBScript."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }