deleteFolders

public WSDeleteFolderResponse deleteFolders(String userCredential,
 String partitionName, Locale requestedLocale, Long[] folderId,
 long parentFolder,boolean deleteChilds,
WSFolderTypeEnum folderType)
 throws CampaignServicesException																 																			

システム内の指定のフォルダーを、そのフォルダー内の項目すべてと一緒に削除します。

パラメーター

userCredential: クライアント・ユーザー資格情報。

partitionName: 使用するキャンペーン・パーティションの名前 (オプション)。

requestedLocale: この要求で使用するロケール (オプション)。

folderId: 削除するフォルダーの ID。

parentFolder: 親フォルダーの ID。

deleteChilds: 対象フォルダーのすべての依存関係を削除するかどうかを示すフラグ。false の場合、従属関係は削除されません。

folderType: フォルダーのタイプ (オファー/セッション/キャンペーン/セグメント)。

リターン

タイプ WSDeleteFolderResponse のオブジェクトを戻します。

エラー

フォルダー・タイプまたはフォルダー ID が無効な場合、CampaignServicesException をスローします。