WebPartTransformer Element (Module)

Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013

Specifies the transformer for the web part.

Definition

<WebPartTransformer
   Assembly = string
   Namespace = string />

Elements and attributes

The following sections describe attributes, child elements, and parent elements.

Attributes

Attribute

Description

**Assembly**

Optional **string**. Specifies the assembly name of the web part transformer.

**Namespace**

Optional **string**. Specifies the namespace of the web part transformer.

Child elements

None

Parent elements

WebPartConnection Element (Module)

Occurrences

Minimum: 0

Maximum: Unbounded

See also