Attachment 元素 (DeploymentManifest)

上次修改时间: 2015年3月9日

适用范围: SharePoint Foundation 2010

本文内容
类型
属性
子元素
父元素

表示一个 Windows SharePoint Services 3.0 附件对象 (SPAttachment) 的实例。

DELCARATION
<xs:element name="Attachment" 
      type="SPAttachment" 
      minOccurs="0" maxOccurs="unbounded" 
/>

USAGE
<ListItem>
        <Attachments>
                <Attachment>
                        Name="xs:string"
                        DirName="xs:string"
                        Url="xs:string"
                        Id="Guid"
                        ParentWebId="Guid"
                        FileValue="xs:string"
                        MetaInfo="xs:string"
                        Author="xs:string"
                        ModifiedBy="xs:string"
                        TimeCreated="xs:dateTime"
                        TimeLastModified="xs:dateTime"
                        FailureMessage="xs:string"
                                <Properties />
                </Attachment>
        </Attachments>
</ListItem>

类型

SPAttachement

属性

属性

类型

说明

Name

xs:string

必需。附件文件名。

DirName

xs:string

可选。指向附件文件所在的目录的 URL。

Url

xs:string

可选。指向附件文件的相对于 Web 的 URL(DirName 加文件名)。

Id

Guid

可选。附件文件的唯一标识符。

ParentWebId

Guid

可选。父网站的唯一标识符。

FileValue

xs:string

必需。由导出包维护的附件文件的标识符。

MetaInfo

xs:string

可选。附件文件的属性包值。

Author

xs:string

可选。创建或上载附件文件的用户。

ModifiedBy

xs:string

可选。修改附件文件的任何用户。

TimeCreated

xs:dateTime

可选。附件文件的创建或上载时间。

TimeLastModified

xs:dateTime

可选。上次修改文件的时间。

FailureMessage

xs:string

可选。导出失败消息。

子元素

Properties 元素 (DeploymentManifest - SPAttachment)

父元素

Attachments 元素 (DeploymentManifest)

备注

附件可用于任何不属于文档库的列表项。

请参阅

引用

SPAttachmentCollection

概念

DeploymentManifest 架构