Amazon Integrator V6 - Online Help
Amazon Integrator V6
Questions / Feedback?

ListTopics Method

Lists all topics for the current account.

Syntax

[VB.NET]
Public Sub ListTopics()
[C#]
public void ListTopics();

Remarks

This method lists all topics for the AWS account specified by AccessKey and SecretKey.

When this method is called the TopicList event will fire once for each topic and the Topics collection will be populated with information about the topics.

If more than 100 topics exist the results will be paged. The IsTopicPaged setting will return the value "True" and TopicMarker will be populated. You may continue to call this method until IsTopicPaged returns "False" and TopicMarker is empty to retrieve all results.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0