Attachment 元素 (DeploymentManifest)

适用于: SharePoint 2016 |SharePoint Foundation 2013 |SharePoint Online |SharePoint Server 2013

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

定义

DECLARATION
<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

元素和属性

下面各部分介绍了属性、子元素和父元素。

Attributes

属性 类型 说明
名称
xs:string
必填。 附件文件名。
DirName
xs:string
可选。 指向附件文件所在的目录的 URL。
URL
xs:string
可选。 指向附件文件的相对于 Web 的 URL(DirName 加文件名)。
Id
Guid
可选。 附件文件的唯一标识符。
ParentWebId
Guid
可选。 父网站的唯一标识符。
FileValue
xs:string
必填。 由导出包维护的附件文件的标识符。
MetaInfo
xs:string
可选。 附件文件的属性包值。
作者
xs:string
可选。 创建或上载附件文件的用户。
ModifiedBy
xs:string
可选。 修改附件文件的任何用户。
TimeCreated
xs:dateTime
可选。 附件文件的创建或上载时间。
TimeLastModified
xs:dateTime
可选。 上次修改文件的时间。
FailureMessage
xs:string
可选。 导出失败消息。

子元素

父元素

备注

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

另请参阅