PublicAPI.Projects.Project.AddUserToProject ELMA API Documentation
Add a user to the list of project participants, if the user is not added yet
 
 
Syntax

public void AddUserToProject(
	Project project,
	User user
)

Parameters

project
Type: Project
Project. Object. Access path: PublicAPI.Projects.Project
user
Type: User
User. Object. Access path: PublicAPI.Portal.Security.User
See Also