ISharePointProjectLogger.RemoveMessages(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.