SPObject 要素 (DeploymentManifest)

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

最上位レベルの Windows SharePoint Services 3.0 オブジェクト (SPGenericObject) のインスタンスを表します。

定義

DECLARATION
<xs:element name="SPObject"
        type="SPGenericObject"
        minOccurs="0" maxOccurs="unbounded"
/>
USAGE
<SPObjects>
        <SPObject
                ObjectType="SPObjectType"
                Id="Guid"
                ParentId="Guid"
                Name="xs:string"
                IsDeleted="xs:boolean"
                ParentWebId="Guid"
                ParentWebUrl="xs:string"
                ContentTypeId="xs:string"
                Url="xs:string"
        />
</SPObjects>

SPGenericObject (Object)

要素と属性

以下のセクションで、属性、子要素、親要素について説明します。

属性

属性 説明
ObjectType
SPObjectType 単純型 (DeploymentManifest)
オプション。 Windows SharePoint Services 3.0 の最上位オブジェクト型を指定する値を提供する列挙。
Id
Guid 単純型 (DeploymentManifest)
オプション。 Windows SharePoint Services 3.0 オブジェクトの一意識別子。
ParentId
Guid 単純型 (DeploymentManifest)
オプション。 親展開オブジェクトの一意の識別子。
名前
xs:string
オプション。 オブジェクトの名前。
IsDeleted
xs:boolean
オプション。 オブジェクトが削除されているかどうかを示します。
ParentWebId
Guid 単純型 (DeploymentManifest)
オプション。 親 Web サイトの一意の識別子。
ParentWebUrl
xs:string
オプション。 親 Web サイトへの URL。
ContenTypeId
xs:string
オプション。 オブジェクトのコンテンツ タイプ。
Url
xs:string
オプション。 オブジェクトの URL。

子要素

親要素

関連項目