Newer Version Available

This content describes an older version of this product. View Latest

publishArticle(articleId, flagAsNew)

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