Touchstone Re 2023 API Reference
GetDetailedLossAnalysisTemplates Method


Air.Services.Proxy Assembly > (Global) Namespace > ObjectManagementServiceClient Class : GetDetailedLossAnalysisTemplates Method
Contains a GetDetailedLossAnalysisTemplatesRequest that identifies the Business Unit SID and SQL Instance SID associated with the templates to retrieve.
Retrieves a set of Detailed Loss Analysis Templates.

You can manage Detailed Loss Analysis Templates only from the Touchstone Administration Console.

Syntax
Public Function GetDetailedLossAnalysisTemplates( _
   ByVal request As GetDetailedLossAnalysisTemplatesRequest _
) As GetDetailedLossAnalysisTemplatesResponse
Dim instance As ObjectManagementServiceClient
Dim request As GetDetailedLossAnalysisTemplatesRequest
Dim value As GetDetailedLossAnalysisTemplatesResponse
 
value = instance.GetDetailedLossAnalysisTemplates(request)
public GetDetailedLossAnalysisTemplatesResponse GetDetailedLossAnalysisTemplates( 
   GetDetailedLossAnalysisTemplatesRequest request
)

Parameters

request
Contains a GetDetailedLossAnalysisTemplatesRequest that identifies the Business Unit SID and SQL Instance SID associated with the templates to retrieve.

Return Value

A GetDetailedLossAnalysisTemplatesResponse containing a list of Detailed Loss Analysis Templates in the specified business unit and SQL Server instance.
Remarks
To find the Business Unit SID to pass into this method, call the GetBusinessUnits() method.

To find the SQL Server Instance SID to pass into this method, call the GetSqlInstances() method.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ObjectManagementServiceClient Class
ObjectManagementServiceClient Members