Share via


ISharePointProjectLogger.RemoveMessages(Int32) Method

Definition

Removes messages from the Error List based on the subcategory of the messages.

public:
 void RemoveMessages(int subcategoryId);
public void RemoveMessages (int subcategoryId);
abstract member RemoveMessages : int -> unit
Public Sub RemoveMessages (subcategoryId As Integer)

Parameters

subcategoryId
Int32

Subcategory identifier for which messages are to be removed.

Applies to