Function NnetCrtGrp() Foundation

Creates a new user group.

Syntax
NnetCrtGrp( <cNewUserGroupName>       , ;
            [<cFullGroupName>]        , ;  // Default: ""
            [<cFileServer|nConnectID>]  ;  // Default: NnetSname()
          ) --> lSuccess
Return

Returns .T. if the new user group is successfully created or .F. in case of a failure.

Description

A new user group is created as a bindery object of type OBJ_GROUP with an empty property set named "GROUP_MEMBERS". If <cFullGroupName> is passed this string is stored in the "IDENTIFICATION" property item of the new bindery object.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.