Parameters
- id
Type: System.Guid
Id of task to export settings.
Return Value
Type: System.String
Input settings in xml format.
Type: System.Guid
Id of task to export settings.
Type: System.Guid
Id of task to export settings.
Type: System.String
Input settings in xml format.
// Getting GUID of the current project Guid id = Guid.Parse(project.TaskId); // Export setting in xml format string settings = ZennoPoster.ExportInputSettings(id);
// Export setting in xml format $id = System\Guid::Empty; $settings = ZennoLab\CommandCenter\ZennoPoster::ExportInputSettings($id);
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.