RowFilterTransformControl class
Supports the user interface for specifying the column from a Web Part that implements the IRowProvider interface that will be used to filter a connected Web Part that implements the IFilterConsumer interface.
Inheritance hierarchy
System.Object
System.Web.UI.Control
Microsoft.SharePoint.WebPartPages.Communication.RowFilterTransformControl
Namespace: Microsoft.SharePoint.WebPartPages.Communication
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Public NotInheritable Class RowFilterTransformControl _
Inherits Control
'Usage
Dim instance As RowFilterTransformControl
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
public sealed class RowFilterTransformControl : Control
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.