No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Newer Version Available
editOnlineArticle(String, Boolean)
Creates a draft article from the online version and returns
the new draft master version ID of the article. Also, unpublishes
the online article, if unpublish is set to true.
Signature
public static String editOnlineArticle(String articleId, Boolean unpublish)
Parameters
- articleId
- Type: String
- unpublish
- Type: Boolean
Return Value
Type: String
Example
1String articleId = 'Insert article ID';
2String id = KbManagement.PublishingService.editOnlineArticle (articleId, true);