No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Newer Version Available
cancelScheduledArchivingOfArticle(String)
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);