No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Newer Version Available
publishArticle(String, Boolean)
Publishes an article. If flagAsNew is
set to true, the article is
published as a major version.
Signature
public static Void publishArticle(String articleId, Boolean flagAsNew)
Parameters
- articleId
- Type: String
- flagAsNew
- Type: Boolean
Return Value
Type: Void
Example
1String articleId = 'Insert article ID';
2KbManagement.PublishingService.publishArticle(articleId, true);