JDBC Driver for Microsoft SharePoint

Build 24.0.9062

RenameAttachmentOrDocument

ドキュメントまたは添付ファイルの名前を変更します。

The RenameAttachmentOrDocument stored procedure requires the List, SourceFileURL and NewFileName parameters to rename an attachment or document.

For Example:

EXEC RenameAttachmentOrDocument List = 'Test134', SourceFileURL = '/Shared Documents/Dummy.txt', NewFileName = 'Dummy1.txt'

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 となります。
NewFileName String 拡張子付きの新しいファイル名。

Result Set Columns

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

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