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