GetOutputFormats Method of WebService Object (Web Services API)
This method returns a list of available output formats and their default settings for the server with the specified location.
C# Syntax
OutputFormatSettings[] GetOutputFormats(
string serverLocation
);
Parameters
serverLocation
This parameter contains the DNS name of the server or its IP address.
Return Value
The list of available output formats with the default settings.
See also
26.03.2024 13:49:49