Share via


INotificationFilter Interface

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
<InheritedExportAttribute> _
Public Interface INotificationFilter
[InheritedExportAttribute]
public interface INotificationFilter
[InheritedExportAttribute]
public interface class INotificationFilter
[<InheritedExportAttribute>]
type INotificationFilter =  interface end
public interface INotificationFilter

The INotificationFilter type exposes the following members.

Properties

  Name Description
Public property FilteredEvents It should return the set of events that are filtered through this handler.

Top

Methods

  Name Description
Public method RemoveRestrictedContent RemoveRestrictedContent is used by the filter to make sure that users are not given content they are not authorized to see.

Top

See Also

Reference

Microsoft.TeamFoundation.Server.Core Namespace