Share via


SPObjectType 単純型 (DeploymentManifest)

適用対象: SharePoint 2016 |SharePoint Foundation 2013 |SharePoint Online |SharePoint Server 2013

すべての最上位のシリアル化された SharePoint オブジェクト型の値を示します。

定義

<xs:simpleType name="SPObjectType">
        <xs:restriction base="xs:string">
                <xs:enumeration value="SPSite" />
                <xs:enumeration value="SPWeb" />
                <xs:enumeration value="SPList" />
                <xs:enumeration value="SPDocumentLibrary" />
                <xs:enumeration value="SPPictureLibrary" />
                <xs:enumeration value="SPListItem" />
                <xs:enumeration value="SPFolder" />
                <xs:enumeration value="SPFile" />
                <xs:enumeration value="SPContentType" />
                <xs:enumeration value="SPWebTemplate" />
                <xs:enumeration value="SPModule" />
                <xs:enumeration value="SPDocumentTemplate" />
                <xs:enumeration value="SPListTemplate" />
                <xs:enumeration value="DeploymentWebStructure" />
                <xs:enumeration value="DeploymentUserX" />
                <xs:enumeration value="DeploymentGroupX" />
                <xs:enumeration value="DeploymentRoles" />
                <xs:enumeration value="DeploymentRoleX" />
                <xs:enumeration value="DeploymentRoleAssignments" />
                <xs:enumeration value="DeploymentRoleAssignmentX" />
                <xs:enumeration value="DeploymentFieldTemplate" />
                <xs:enumeration value="SPFeature" />
        </xs:restriction>
</xs:simpleType>

列挙値

説明
Spsite
SharePoint オブジェクトが SPSite 型であることを指定します。
SPWeb
SharePoint オブジェクトが SPWeb 型であることを指定します。
SPList
SharePoint オブジェクトが SPList 型であることを指定します。
SPDocumentLibrary
SharePoint オブジェクトが SPDocumentLibrary 型であることを指定します。
SPPictureLibrary
SharePoint オブジェクトが SPPictureLibrary 型であることを指定します。
Splistitem
SharePoint オブジェクトが SPListItem 型であることを指定します。
SPFolder
SharePoint オブジェクトが SPFolder 型であることを指定します。
Spfile
SharePoint オブジェクトが SPFile 型であることを指定します。
SPContentType
SharePoint オブジェクトが SPContentType 型であることを指定します。
SPWebTemplate
SharePoint オブジェクトが SPWebTemplate 型であることを指定します。
SPModule
SharePoint オブジェクトが SPModule 型であることを指定します。
SPDocumentTemplate
SharePoint オブジェクトが SPDocumentTemplate 型であることを指定します。
SPListTemplate
SharePoint オブジェクトが SPListTemplate 型であることを指定します。
DeploymentWebStructure
SharePoint オブジェクトが DeploymentWebStructure 型であることを指定します。
DeploymentUserX
SharePoint オブジェクトが DeploymentUserX 型であることを指定します。
DeploymentGroupX
SharePoint オブジェクトが DeploymentGroupX 型であることを指定します。
DeploymentRoles
SharePoint オブジェクトが DeploymentRoles 型であることを指定します。
DeploymentRoleX
SharePoint オブジェクトが DeploymentRoleX 型であることを指定します。
DeploymentRoleAssignments
SharePoint オブジェクトが DeploymentRoleAssignments 型であることを指定します。
DeploymentRoleAssignmentX
SharePoint オブジェクトが DeploymentRoleAssignmentX 型であることを指定します。
DeploymentFieldTemplate
SharePoint オブジェクトが DeploymentFieldTemplate 型であることを指定します。
SPFeature
SharePoint オブジェクトが SPFeature 型であることを指定します。

関連項目