次の方法で共有


SPObject 要素 (DeploymentManifest)

最上位の 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)

オプション。親展開オブジェクトの一意の識別子。

Name

xs:string

オプション。オブジェクトの名前。

IsDeleted

xs:boolean

オプション。オブジェクトが削除されているかどうかを示します。

ParentWebId

Guid 単純型 (DeploymentManifest)

オプション。親 Web サイトの一意の識別子。

ParentWebUrl

xs:string

オプション。親 Web サイトの URL。

ContenTypeId

xs:string

オプション。オブジェクトのコンテンツ タイプ。

Url

xs:string

オプション。オブジェクトの URL。

子要素

Site 要素 (DeploymentManifest)

Web 要素 (DeploymentManifest)

WebTemplate 要素 (DeploymentManifest)

List 要素 (DeploymentManifest)

DocumentLibrary 要素 (DeploymentManifest)

PictureLibrary 要素 (DeploymentManifest)

ListItem 要素 (DeploymentManifest - SPGenericObject)

Module 要素 (DeploymentManifest)

DocumentTemplate 要素 (DeploymentManifest)

ListTemplate 要素 (DeploymentManifest)

Folder 要素 (DeploymentManifest)

File 要素 (DeploymentManifest - SPGenericObject)

ContentType 要素 (DeploymentManifest)

FieldTemplate 要素 (DeploymentManifest)

WebStructure 要素 (DeploymentManifest)

UserX 要素 (DeploymentManifest)

GroupX 要素 (DeploymentManifest)

Roles 要素 (DeploymentManifest)

RoleX 要素 (DeploymentManifest)

RoleAssignments 要素 (DeploymentManifest)

RoleAssignmentX

Feature 要素 (DeploymentManifest)

親要素

SPObjects 要素 (DeploymentManifest)

See Also

参照

SPDeploymentObject

Object

概念

DeploymentManifest スキーマ