TransformableFilterValuesToFilterValuesTransformer Class

Allows the connection of standard filters that implement ITransformableFilterValues to any Web Part that can consume IFilterValues. This transformer returns the first value of the first parameter sent via ITransformableFilterValues.

Inheritance Hierarchy

System.Object
  System.Web.UI.WebControls.WebParts.WebPartTransformer
    Microsoft.SharePoint.WebPartPages.TransformableFilterValuesToFilterValuesTransformer

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

<WebPartTransformerAttribute(GetType(ITransformableFilterValues), GetType(IFilterValues))> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class TransformableFilterValuesToFilterValuesTransformer _
    Inherits WebPartTransformer _
    Implements IFilterValues

Dim instance As TransformableFilterValuesToFilterValuesTransformer
[WebPartTransformerAttribute(typeof(ITransformableFilterValues), typeof(IFilterValues))]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class TransformableFilterValuesToFilterValuesTransformer : WebPartTransformer, 
    IFilterValues

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.

See Also

Reference

TransformableFilterValuesToFilterValuesTransformer Members

Microsoft.SharePoint.WebPartPages Namespace