策略功能定义架构概述

每项信息管理策略功能都必须遵守策略功能定义架构。

要将策略资源添加到 Office SharePoint Server 2007,请使用 Add 类的 Add 方法,并将策略功能定义作为参数传递。

通常在将策略功能作为 Windows SharePoint Services 功能部署时这样做。有关详细信息,请参阅 Windows SharePoint Services 3.0 SDK 中的使用功能

以下列出了策略功能定义架构中的元素:

<PolicyFeature 元素>

   <Name 元素 (PolicyFeature)>

   <Description 元素 (PolicyFeature)>

   <Publisher 元素 (PolicyFeature)>

   <ConfigPage 元素 (PolicyFeature)>

   <DefaultCustomData 元素 (PolicyFeature)>

   <GlobalConfigPage 元素 (PolicyFeature)>

   <GlobalCustomData 元素 (PolicyFeature)>

   <AssemblyName 元素 (PolicyFeature)>

   <ClassName 元素 (PolicyFeature)>

   <ResourceTypes 元素 (PolicyFeature)>

      <ResourceType 元素 (ResourceType)>

See Also

概念

信息管理策略简介

策略架构概述

策略功能概述

策略功能定义

策略功能定义架构概述

IPolicyFeature 接口概述