edmiCreateGroup

EdmiError edmiCreateGroup(SdaiString groupName);


Defines a new EDMgroup in the EDMdatabase. EDMgroup names must be unique within one EDMdatabase. An EDMgroup name can consist of letters, digits and hyphens. The first character must be a letter. EDMgroup names are case insensitive. The edmiCreateDatabase function defines the EDMgroup named sdai-group. The two EDMusers superuser and sdai-user will be defined as members of sdai-group. This command is only permitted for the EDMuser named superuser.

Arguments


TypeNameComment
SdaiString

groupName

Specifies the name of the new EDMgroup in the EDMdatabase. The name can consist of letters, digits and hyphens. The first character must be a letter. The EDMgroup names are case insensitive. EDMgroup names must be unique in an EDMdatabase.

Return Value


Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_EDMInterface'.

 

Options


  

 

Example


 

 EdmiError rstat;
 ...
 if (rstat = edmiCreateGroup ("merci")) {
 /* Error in operation */ 
 printf("\nError in edmiCreateGroup: %s\n", 
 edmiGetErrorText(rstat)); 
 goto error; 
 }
 ...

 

See also

Filter by label

There are no items with the selected labels at this time.

Â