Newer Version Available

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

cancelScheduledArchivingOfArticle(articleId)

Cancels the scheduled archiving of an online article.

Signature

public static Void cancelScheduledArchivingOfArticle(String articleId)

Parameters

articleId
Type: String

Return Value

Type: Void

Example

1String articleId = 'Insert article ID';
2KbManagement.PublishingService.cancelScheduledArchivingOfArticle (articleId);