1 5/25/84 forum request: add_project, apj
2
3 Syntax: apj project_id -control_arg
4
5
6 Function: Allows users from the project identified by project_id to
7 become participants of the current meeting.
8
9
10 Argument:
11 project_id
12 is the project_id for the project to be admitted to the meeting.
13
14
15 Control arguments:
16 -chairman, -cm
17 Gives chairman access to the added project. This control
18 argument is only valid for version 2 meetings.
19 -read_only, -ro
20 Allows users on the added project to read transactions, but not
21 enter them.
22
23
24 Access required:
25 Only the chairman may use this request on version 1 meetings.
26 For version 2 meetings, either modify permission on the
27 containing directory, or chairman access to the meeting is required.
28
29
30 Notes:
31 -read_only and -chairman may not both be specified.