User.SetJobCreator Method

Set a user as a Job creator(or revoke)
Public Shared Sub SetJobCreator( _ 
ByVal user_id As EntityID, _ 
ByVal is_job_creator As Boolean, _ 
ByVal db As IDatabase
)
This language is not supported or no code example is available.
public static void SetJobCreator( 
EntityID user_id
bool is_job_creator
IDatabase db 
)
This language is not supported or no code example is available.
public:  
static void SetJobCreator( 
EntityID^ user_id
bool is_job_creator
IDatabase^ db 
)
This language is not supported or no code example is available.
public static function SetJobCreator( 
user_id : EntityID
is_job_creator : boolean
db : IDatabase 
);
This language is not supported or no code example is available.

Parameters

user_id
EntityID

the user id

is_job_creator
bool

db
IDatabase

the db connection object

.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

In this article

Definition