intra-mart Accel Archiver IM-LogicDesigner for Accel Archiver 仕様書 初版 2023-10-01

3.5. フォルダリンクドキュメントリスト取得

フォルダリンク設定のあるドキュメントのリストを取得するタスクです。

3.5.1. 入力値

wdc_listDocumentWithFolderLink <object>
  └─ folderId <string> *
詳細
項目名 必須/任意 配列/リスト 説明
フォルダID 必須 string なし フォルダID

3.5.2. 出力値

wdc_listDocumentWithFolderLink <object>
  ├─ documentList <object[]>
  │    ├─ displayName <string>
  │    ├─ documentId <string>
  ├─ errorFlag <boolean>
  └─ message <string>
詳細
項目名 配列/リスト 説明
ドキュメントリスト object リスト ドキュメントリスト
表示名 string なし 表示名
ドキュメントID string なし ドキュメントID
処理結果 boolean なし 処理結果 true: エラーあり / false: エラーなし
メッセージ string なし 処理結果メッセージ