editArchivedArticle(articleId)
Creates a draft article from the archived primary version and returns the new draft
primary version ID of the article.
Signature
public static String editArchivedArticle(String articleId)
Parameters
- articleId
- Type: String
Return Value
Type: String
Example
String articleId = 'Insert article ID';
String id = KbManagement.PublishingService.editArchivedArticle(articleId);