Update a category

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

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

Parameters

category_id
Type: EntityID

the id of the category

name
Type: string

the name of the category

description
Type: string

the description

parent_id
Type: EntityID

the parent id of the category - not currently used

db
Type: IDatabase

the db db to use

.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