Creates a new DimensionAccessRightGroup for the SecurityGroup with the given name. Usually followed by a call to Add.
Namespace:
proCube.ApiAssembly: proCubeApi (in proCubeApi.dll) Version: 8.0.1.325
Syntax
| C# |
|---|
DimensionAccessRightGroup NewItem( string groupName ) |
| Visual Basic (Usage) |
|---|
Dim instance As DimensionAccessRightGroups Dim groupName As String Dim returnValue As DimensionAccessRightGroup returnValue = instance.NewItem(groupName) |
Parameters
- groupName
- Type: System..::.String