JDBC Driver for Microsoft SharePoint

Build 24.0.9062

MoveAttachmentOrDocument

ソースフォルダから宛先フォルダへドキュメントまたは添付ファイルを移動します。

The MoveAttachmentOrDocument stored procedure requires the List, SourceFileURL and DestinationFolderURL parameters to move an attachment or document.

For Example:

EXEC MoveAttachmentOrDocument List = 'Test134', SourceFileURL = '/Shared Documents/Dummy.txt', DestinationFolderURL = '/Shared Documents/MySite'

Input

Name Type Description
List String ドキュメントまたは添付ファイルを移動するリストの名前。
SourceFileURL String ソースファイルのURL で、本製品 の接続プロパティで指定されたベースUrl からの相対値。

例:
Root Directory ファイル /Shared Documents/filename.txt
Sub-directory ファイル/Shared Documents/MyFolder/filename.txt
サイトコレクションにUrl 接続プロパティを設定すると、相対URL はベースサイト上のパスに対応します。
Url 接続プロパティが特定のサイトを指している場合、相対URL はUrl で指定されたサイトからの相対URL となります。
DestinationFolderURL String ファイルを移動したい宛先フォルダのURL で、本製品 の接続プロパティで指定されたベースUrl からの相対値。

例:
Root Directory /Shared Documents/
Sub-directory/Shared Documents/MyFolder/
>サイトコレクションにUrl 接続プロパティを設定すると、相対URL はベースサイト上のパスに対応します。
Url 接続プロパティが特定のサイトを指している場合、相対URL はUrl で指定されたサイトからの相対URL となります。

Result Set Columns

Name Type Description
Success Boolean 操作が成功したかどうかを示します。

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9062