Project.CreateProject Method
Public Shared Function CreateProject( _
ByVal server_id As ServerID, _
ByVal project_name As String, _
ByVal proj_desc As String, _
ByVal parent_project_id As EntityID, _
ByVal cover_image As Byte(), _
ByVal user_id As EntityID, _
ByVal db As IDatabase _
) As EntityID
This language is not supported or no code example is available.
Parameters
- server_id
- ServerID
the id of the server
- project_name
- string
the Job name
- proj_desc
- string
the Job description
- parent_project_id
- EntityID
an optional parent Job id - may be null
- cover_image
- byte[]
- user_id
- EntityID
the user id
- db
- IDatabase
the database connection
Return Value
EntityIDthe id of the created project