Newer Version Available
archiveOnlineArticle(articleId, scheduledDate)
Archives an online version of an article. If the specified
scheduledDate is null, the article is archived immediately. Otherwise,
it archives the article on the scheduled date.
Signature
public static Void archiveOnlineArticle(String articleId, Datetime scheduledDate)
Parameters
- articleId
- Type: String
- scheduledDate
- Type: Datetime
Return Value
Type: Void