IsUnread

This method allows a script author to determine if an element has been read by a user. The author can then provide UI feedback to the user, such as showing unread or new items.

Syntax

MC.IsUnread(Elem)

Return Values

This method returns a 1 if the associated item or channel has been read. It returns nonzero value if called directly on an unread item, or called on a subchannel with unread contents.

Example

newContent = MC.IsUnread(Elem)