TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.GetGroupACLEntries Method 

Get all permissions on destinations for specified group.

public ACLEntry[] GetGroupACLEntries(
   string groupName
);

Parameters

groupName
the name of the group.

Return Value

array of ACLEntry objects for the specified group.

Exceptions

Exception Type Condition
AdminException if not authorized or some error occurred.
AdminInvalidNameException if groupName is not a legal group name.

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace