3.2.5.136.2.1.9 UnmarkDiscussionAsFeatured

This method is a static CSOM method.

Return Type: None

Unmarks the specified discussion items as featured discussion items.<111>

Exceptions:

Error Code

Error Type Name

Condition

-2147467261

System.ArgumentNullException

The value passed for any of the required arguments is NULL.

-2147024891

System.UnauthorizedAccessException

The current user has insufficient permissions to unmark the discussion items as featured discussion items.

-1

Microsoft.SharePoint.SPException

The security validation of the page failed.

-1

Microsoft.SharePoint.SPException

Any of the discussion items specified by the parameter topicIDs is invalid.

Parameters:

listID: Identifies the discussion board which contains the discussion items to be unmarked as featured discussion items.

Type: CSOM String

topicIDs: Identifies the discussion items to be marked as featured discussion items.

Type: CSOM String

The string MUST be formed by concatenating the identifiers for the discussion items using the comma character ",".