BuildMaster SDK Reference
Version:

CreateTemplate(string category, object context) Method

Returns a new IMessage that contains template values.

Syntax

public static IMessage CreateTemplate(string category, object context)

Parameters

category
Type: string

The category template value.

context
Type: object

The context template value.

Returns

The log template.