SPEventHostType 単純型 (DeploymentManifest)
適用対象: SharePoint 2016 |SharePoint Foundation 2013 |SharePoint Online |SharePoint Server 2013
イベント ホストのオブジェクトの種類を指定します。
定義
<xs:simpleType name="SPEventHostType" >
<xs:restriction base="xs:string">
<xs:enumeration value="Site" />
<xs:enumeration value="Web" />
<xs:enumeration value="List" />
<xs:enumeration value="ListItem" />
<xs:enumeration value="ContentType" />
<xs:enumeration value="Feature" />
</xs:restriction>
</xs:simpleType>
列挙値
値 | 説明 |
---|---|
Site |
SharePoint サイト オブジェクト (SPSite)。 |
Web |
SharePoint Web オブジェクト (SPWeb)。 |
List |
SharePoint リスト オブジェクト (SPList)。 |
ListItem |
SharePoint ListItem オブジェクト (SPListItem)。 |
ContentType |
SharePoint ContentType オブジェクト (SPContentType)。 |
機能 |
SharePoint フィーチャー オブジェクト (SPFeature)。 |