Navigation:  DAO Object Classes > DaoUser Class >

DaoUser:CreateGroup() Method

Previous pageReturn to chapter overviewNext page

Purpose

Creates a new Group object

 

Parameters

cName(Optional) A a string that uniquely names the new User object.
cPID(Optional) A string containing the personal identifier (PID) of a user account. The PID must contain from 4 to 20 alphanumeric characters.

 

Remarks

If you omit one or more of the optional arguments when you use the CreateGroup method, you can use an appropriate assignment statement to set or reset the corresponding property before you append the new object to a collection. After you append the object, you can alter some, but not all, of its property settings. See the PID and Nameproperty topics for more details.

 

Class

DaoUser        

 

See Also

DaoGroup