GetOutputFormat Method of WebService Object (Web Services API)
This method allows you to receive the default settings for a specified output format.
C# Syntax
OutputFormatSettings GetOutputFormat(
string serverLocation,
OutputFileFormatEnum format
);
Parameters
serverLocation
This parameter contains the DNS name of the server or its IP address.
format
This parameter contains the specified format. For more information, see OutputFileFormatEnum.
Return Value
The output format with the default settings.
See also
26.03.2024 13:49:49