aaPrivateNSAddGroup
- Last UpdatedMar 18, 2021
- 1 minute read
Adds a group object in the private namespace under the specified parent object in the namespace hierarchy.
Syntax
aaPrivateNSAddGroup Name, ParentKey, Type
where:
|
Argument |
Description |
|---|---|
|
Name |
The name of this object in the hierarchy. This value is of data type nvarchar(255), with no default. |
|
ParentKey |
The unique identifier for a named object in this namespace. This value is of data type int, with no default. |
|
Type |
The value that specifies the type of namespace. 1 to 6 = Tag 1 to 2 million = System 2+ million = Groups This value is of data type int, with a default of 1000000. |
Permission
Execute permission defaults to the public group.