UiPath Documentation
activities
latest
false
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
UiPath logo, featuring letters U and I in white

生産性を高めるアクティビティ

最終更新日時 2026年4月6日

フォルダーを取得

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

名前空間: UiPath.Gsuite.Activities.API

アセンブリ: UiPath.Gsuite.Activities.API (UiPath.Gsuite.Activities.API.dll 内)

構文

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

パラメーター

parent IFolder (任意): フォルダ―を検索する Google ドライブ上の場所です。null の場合、ルート フォルダーが検索に使用されます。

starredOnly Boolean (任意) : スター付きのフォルダ―のみを返すかどうかを指定します。

filter DriveItemFilter (任意) : クエリの追加フィルターを指定します。

maxResults Int32 (任意) : 返されるフォルダーの最大数です。

戻り値

IReadOnlyCollection<IFolder> - 指定した場所から取得するフォルダーのリストです。

  • 構文
  • パラメーター
  • 戻り値

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得