Newer Version Available

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

editArchivedArticle(String)

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);