BuildMaster SDK Reference
Version:

IssueTrackerCategory(string categoryId, string categoryName, IssueTrackerCategory[] subcategories) Constructor

Initializes a new instance of the IssueTrackerCategory class.

Syntax

public .ctor(string categoryId, string categoryName, IssueTrackerCategory[] subcategories)

Parameters

categoryId
Type: string

The category ID.

categoryName
Type: string

The friendly name of the category.

subcategories
Type: IssueTrackerCategory[]

Categories contained within the category; may be null (Nothing in Visual Basic).