8 PubSub Security Key Service model

8.5 SecurityGroupFolderType

8.5.5 RemoveSecurityGroupFolder Method

This Method is used to remove a SecurityGroupFolderType Object from the parent SecurityGroupFolderType Object.
A successful removal of the SecurityGroupFolderType Object removes recursively all contained SecurityGroupType Objects and all contained SecurityGroupFolderType Objects.
The Client shall be authorized to modify the configuration for the PubSub functionality when invoking this Method on the Server.
Signature
RemoveDataSetFolder (
[in] NodeId SecurityGroupFolderNodeId
);
Argument | Description |
---|---|
SecurityGroupFolderNodeId | NodeId of the SecurityGroupFolderType Object to remove from the Server. |
Method Result Codes
ResultCode | Description |
---|---|
Bad_NodeIdUnknown | The SecurityGroupFolderNodeId is unknown. |
Bad_UserAccessDenied | The Session user is not allowed to delete the folder. |