com.softwareag.centrasite.api.csom
Interface HelpCenterTopic


public interface HelpCenterTopic

The HelpCenterTopic interface provides information required to render the topic.


Method Summary
 java.lang.String getContentURL()
          Relative URL for the topic content; format of the content URL is /.html
 java.lang.String getIconURL()
          Relative URL for the icon; format of the icon URL is .png
 java.lang.String getId()
          An unique identifier of the topic.
 java.lang.String getName()
          Name of the topic.
 

Method Detail

getId

java.lang.String getId()
An unique identifier of the topic.

Returns:
the unique identifier of the topic

getName

java.lang.String getName()
Name of the topic.

Returns:
name of the topic

getContentURL

java.lang.String getContentURL()
Relative URL for the topic content; format of the content URL is /.html

Returns:
relative URL for the topic content

getIconURL

java.lang.String getIconURL()
Relative URL for the icon; format of the icon URL is .png

Returns:
icon for the Help Center topic