PublicAPI.Portal.Objects.Tasks.ReplacementTask.AddQuestion ELMA API Documentation
Ask a question about the task
 
 
Syntax

public void AddQuestion(
	ReplacementTask task,
	User recipient,
	string description,
	bool showAll
)

Parameters

task
Type: ReplacementTask
Task. Object. Access path: PublicAPI.Portal.Objects.Tasks.ReplacementTask
recipient
Type: User
Responsible user (who receives the question). Object. Access path: PublicAPI.Portal.Security.User
description
Type: System String
Description (question test)
showAll
Type: System Boolean
Show to all
See Also