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

Get all ACL entries pertaining to the topic with the given topicName.

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

Syntax

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

Parameters

topicName
Type: System..::.String
Topic name.

Return Value

the array of ACLEntries for the given topic.

Exceptions

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

See Also