Skip to end of banner
Go to start of banner

admSetProjectCategory

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Availability

This routine is available starting with SIL Engine™ *.*.* / *.*.*

Syntax

admSetProjectCategory(pkey, categoryName)

Starting with version *.*.*

Description

Set project category to the project.

Parameters

Parameter name

Type

Required

Description

pkeystringyesProject key.
categoryNamestringyesProject category name.

Return type

boolean

Returns true if the category was set to the project and false otherwise.

Example

admSetProjectCategory("T3", "Thunderbolt3");
  • No labels