Project.AssignUserAccess Method
Public Shared Sub AssignUserAccess( _
ByVal project_id As EntityID, _
ByVal user_id As EntityID, _
ByVal access As RoleAccessType, _
ByVal changed_by_id As EntityID, _
ByVal db As IDatabase _
)
This language is not supported or no code example is available.
Parameters
- project_id
- EntityID
the id of the project
- user_id
- EntityID
the id of the user
- access
- RoleAccessType
the access type (a mask of enums)
- changed_by_id
- EntityID
- db
- IDatabase
the db connection to use