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

ファイルを取得

指定した Google ドライブの場所からファイルのリストを取得します。

構文

public IReadOnlyCollection<IFile> GetFiles(
	IFolder parent = null,
	bool starredOnly = false,
	DriveItemFilter filter = null,
	int maxResults = 200
)public IReadOnlyCollection<IFile> GetFiles(
	IFolder parent = null,
	bool starredOnly = false,
	DriveItemFilter filter = null,
	int maxResults = 200
)

パラメーター

parent IFolder (任意)
ファイルの検索先である Google ドライブ上の場所です。null の場合、ルート フォルダーが検索に使用されます。
starredOnly Boolean 任意です。
スター付きのファイルのみを返すかどうかを指定します。
filter DriveItemFilter 任意です。
クエリの追加フィルターを指定します。
maxResults Int32 (任意)
返されるファイルの最大数です。

戻り値

IReadOnlyCollection<IFile> - 指定した場所から取得したファイルのリストです。
  • 構文
  • パラメーター
  • 戻り値

Was this page helpful?

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