AssemblyName Element (PolicyFeature) - ECM

Applies to: SharePoint Server 2010

In this article
Attributes
Child Elements
Parent Elements

Specifies the strong name of the policy feature assembly.

<AssemblyName>
<AssemblyName/>

Attributes

Attribute

Description

None.

Child Elements

None.

Parent Elements

PolicyFeature Element - ECM

Remarks

The policy feature assembly must be stored in the global assembly cache.

The policy feature assembly must contain a class that implements the IPolicyFeature interface. For more information, see IPolicyFeature Interface Overview (ECM).

Use the ClassName element to specify the class in the policy feature assembly that implements the IPolicyFeature interface.

See Also

Concepts

Policy Feature Overview in SharePoint Server 2010 (ECM)

Policy Feature Definitions in SharePoint Server 2010 (ECM)

Policy Feature Definition Schema Overview (ECM)

IPolicyFeature Interface Overview (ECM)