Class Knowledge
Knowledge class
Constructors
Knowledge()
Initializes a new instance of the Knowledge class.
Declaration
Knowledge Methods
buildExternalEntryURLWithParser(Integer,Parser)
Builds a URL to the customer center to view a knowledge-base entry.
Declaration
String buildExternalEntryURLWithParser(Integer kbId, Parser parser) Parameters
| Type | Name | Description |
| Integer | kbId | The ID of the knowledge-base entry to link to. |
| Parser | parser | The parser to use to parse the URl. |
Returns
| Type | Description |
| String | The URL to the knowledge-base entry. |