Click or drag to resize
ITroubleTicketSettingManagerGetTroubleTicketSettingsForTemplate Method

[This is preliminary documentation and is subject to change.]

Returns trouble ticket settings for a specific template for a specific company

Namespace: Netadmin.Management.Ticketing
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IEnumerable<ITroubleTicketSetting> GetTroubleTicketSettingsForTemplate(
	long templateId,
	long companyId
)

Parameters

templateId
Type: SystemInt64
The template id
companyId
Type: SystemInt64
The company id

Return Value

Type: IEnumerableITroubleTicketSetting

[Missing <returns> documentation for "M:Netadmin.Management.Ticketing.ITroubleTicketSettingManager.GetTroubleTicketSettingsForTemplate(System.Int64,System.Int64)"]

Exceptions
ExceptionCondition
InvalidIdentifierExceptionCondition.
See Also