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

フォルダーを取得

Google ドライブから、相対パス、URL、ID、またはフル パスでフォルダーを取得します。

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

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

オーバー ロード

オーバーロード説明
GetFolder(IFolder, String)Google ドライブから相対パスでフォルダーを取得します。
GetFolder(String, IdentificationType)

Google ドライブから URL、ID またはフルパスでフォルダーを取得します。

GetFolder(IFolder, String)

Google ドライブから相対パスでフォルダーを取得します。
public IFolder GetFolder(
	IFolder parent,
	string relativePath
)public IFolder GetFolder(
	IFolder parent,
	string relativePath
)
parent IFolder
フォルダ―を検索する Google ドライブ上の基本の場所です。
relativePath String
名前を含む、親フォルダーへの相対フォルダー パスです。
戻り値
IFolder - 取得するフォルダーです。

GetFolder(String, IdentificationType)

Google ドライブから URL、ID またはフルパスでフォルダーを取得します。

public IFolder GetFolder(
	string identifier = null,
	IdentificationType type = IdentificationType.UrlOrId
)public IFolder GetFolder(
	string identifier = null,
	IdentificationType type = IdentificationType.UrlOrId
)
identifier String (任意)
取得するフォルダーの識別子 (ID、URL、フル パス) です。null のままにすると、ルート フォルダーが返されます。
type IdentificationType (任意)
指定した識別子の種類 (ID、URL、またはフル パス) を指定します。
戻り値
IFolder - 取得するフォルダーです。

Was this page helpful?

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