[TIBCO.EMS .NET Admin client library 6.3 documentation]

Get all permissions on destinations for specified group.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public ACLEntry[] GetGroupACLEntries(
	string groupName
)
Public Function GetGroupACLEntries ( _
	groupName As String _
) As ACLEntry()
public:
array<ACLEntry^>^ GetGroupACLEntries(
	String^ groupName
)

Parameters

groupName
Type: System..::.String
the name of the group.

Return Value

array of ACLEntry objects for the specified group.

Exceptions

ExceptionCondition
TIBCO.EMS.ADMIN..::.AdminException if not authorized or some error occurred.
TIBCO.EMS.ADMIN..::.AdminInvalidNameException if groupName is not a legal group name.

See Also