Set a project dashboard hedaer

Namespace: SynergyServerScripting.Entities
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)

Public Shared Sub SetProjectDashboardHeader( _ 
ByVal project_id As EntityID, _ 
ByVal header As String, _ 
ByVal db As IDatabase
)
This language is not supported or no code example is available.
public static void SetProjectDashboardHeader( 
EntityID project_id
string header
IDatabase db 
)
This language is not supported or no code example is available.
public:  
static void SetProjectDashboardHeader( 
EntityID^ project_id
String^ header
IDatabase^ db 
)
This language is not supported or no code example is available.
public static function SetProjectDashboardHeader( 
project_id : EntityID
header : String
db : IDatabase 
);
This language is not supported or no code example is available.

Parameters

project_id
Type: EntityID

the project id = null for system

header
Type: string

<default>

db
Type: IDatabase

<default>

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1