アクティビティ
最新
生産性を高めるアクティビティ
Last updated 2024年6月21日

ファイルを取得

指定した OneDrive または SharePoint の場所からファイルのリストを取得します。 (Get File List)

名前空間: UiPath.MicrosoftOffice365.Activities.Api

アセンブリ: UiPath.MicrosoftOffice365.Activities.Api (UiPath.MicrosoftOffice365.Activities.Api.dll 内)

オーバー ロード

オーバーロード説明
GetFiles(IFolder, Boolean, String, Int32)指定した OneDrive または SharePoint の場所からファイルのリストを取得します。 (Get File List)
GetFiles(DriveItemFilter, IFolder, Boolean, Boolean, Int32)指定した OneDrive または SharePoint の場所からフィルター処理したファイルのリストを取得します。

GetFiles(IFolder, Boolean, String, Int32)

指定した OneDrive または SharePoint の場所からファイルのリストを取得します。 (Get File List)

IReadOnlyCollection<IFile> GetFiles(
	IFolder parent = null,
	bool trimDuplicates = false,
	string simpleSearchQuery = null,
	int maxResults = 200
)IReadOnlyCollection<IFile> GetFiles(
	IFolder parent = null,
	bool trimDuplicates = false,
	string simpleSearchQuery = null,
	int maxResults = 200
)
parent IFolder (任意)
ファイルを検索する場所です。null の場合、ルート フォルダーが検索に使用されます。
trimDuplicates Boolean (任意)
重複するファイルを検索結果から除外するかどうかを指定します。
simpleSearchQuery String (任意)
ファイル名やファイルの内容などの複数のフィールドで、ファイルを検索するのに使用するクエリ テキストです。
maxResults Int32 (任意)
返されるファイルの最大数です。

GetFiles(DriveItemFilter, IFolder, Boolean, Boolean, Int32)

IReadOnlyCollection<IFile> GetFiles(
	DriveItemFilter filter,
	IFolder parent = null,
	bool trimDuplicates = false,
	bool includeSubfolders = false,
	int maxResults = 200
)IReadOnlyCollection<IFile> GetFiles(
	DriveItemFilter filter,
	IFolder parent = null,
	bool trimDuplicates = false,
	bool includeSubfolders = false,
	int maxResults = 200
)
filter DriveItemFilter
ファイルのフィルター処理に使用する、詳細な検索条件を定義します。[詳細検索] は、個人用の Microsoft アカウントを使用している場合はサポートされません。
parent IFolder (任意)
ファイルを検索する場所です。null の場合、ルート フォルダーが検索に使用されます。
trimDuplicates Boolean (任意)
重複するファイルを検索結果から除外するかどうかを指定します。
includeSubfolders Boolean (任意)
選択した場所のすべてのサブフォルダーを検索対象に含めるかどうかを指定します。
maxResults Int32 (任意)
返されるファイルの最大数です。

戻り値

IReadOnlyCollection<IFile> - 取得するファイルのリストです。

Was this page helpful?

サポートを受ける
RPA について学ぶ - オートメーション コース
UiPath コミュニティ フォーラム
UiPath ロゴ (白)
信頼とセキュリティ
© 2005-2024 UiPath. All rights reserved.