IClientFacade.GetTermsOfServiceUrl Method
Provides an URL pointing to an HTML page showing the terms of the service for this client.
Remarks
This is mostly used in the footer of the login page. If no URL is provided, no text or link about terms of service is displayed in the login page footer.
Syntax
Unit: Sphinx.ClientFacade
function IClientFacade.GetTermsOfServiceUrl: string; virtual; abstract;