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

Public Shared Function ProcessDashboardHTML( _ 
ByVal project_id As EntityID, _ 
ByVal dashboard As String, _ 
ByVal resolve_gadgets As Boolean, _ 
ByVal db As IDatabase
) As String
This language is not supported or no code example is available.
public static string ProcessDashboardHTML( 
EntityID project_id
string dashboard
bool resolve_gadgets
IDatabase db 
)
This language is not supported or no code example is available.
public:  
static String^ ProcessDashboardHTML( 
EntityID^ project_id
String^ dashboard
bool resolve_gadgets
IDatabase^ db 
)
This language is not supported or no code example is available.
public static function ProcessDashboardHTML( 
project_id : EntityID
dashboard : String
resolve_gadgets : boolean
db : IDatabase 
) : String;
This language is not supported or no code example is available.

Parameters

project_id
Type: EntityID

dashboard
Type: string

resolve_gadgets
Type: bool

db
Type: IDatabase

Return Value

Type: string

.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