SPObject 要素 (DeploymentManifest)
最終更新日: 2015年3月9日
適用対象: SharePoint Foundation 2010
この記事の内容
型
属性
子要素
親要素
最上位の 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 |
オプション。Windows SharePoint Services 3.0 の最上位オブジェクトの種類を示す値の列挙体。 |
|
Id |
オプション。Windows SharePoint Services 3.0 オブジェクトの一意の識別子。 |
|
ParentId |
オプション。親展開オブジェクトの一意の識別子。 |
|
Name |
xs:string |
オプション。オブジェクトの名前。 |
IsDeleted |
xs:boolean |
オプション。オブジェクトが削除されているかどうかを示します。 |
ParentWebId |
オプション。親 Web サイトの一意の識別子。 |
|
ParentWebUrl |
xs:string |
オプション。親 Web サイトの URL。 |
ContenTypeId |
xs:string |
オプション。オブジェクトのコンテンツ タイプ。 |
Url |
xs:string |
オプション。オブジェクトの URL。 |