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 | |
---|---|---|
FilteredEvents | It should return the set of events that are filtered through this handler. |
Top
Methods
Name | Description | |
---|---|---|
RemoveRestrictedContent | RemoveRestrictedContent is used by the filter to make sure that users are not given content they are not authorized to see. |
Top