Newer Version Available

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

cancelScheduledPublicationOfArticle(String)

Cancels the scheduled publication of a draft article.

Signature

public static Void cancelScheduledPublicationOfArticle(String articleId)

Parameters

articleId
Type: String

Return Value

Type: Void

Example

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