activities
latest
false
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
UiPath logo, featuring letters U and I in white
生産性を高めるアクティビティ
Last updated 2024年11月6日

フォルダーを取得

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
)
IFolder
フォルダ―を検索する Google ドライブ上の基本の場所です。
relativePath 文字列
名前を含む、親フォルダーへの相対フォルダー パスです。
戻り値
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
)
識別子 String (任意)
取得するフォルダーの識別子 (ID、URL、フル パス) です。null のままにすると、ルート フォルダーが返されます。
type IdentificationType (任意)
指定した識別子の種類 (ID、URL、またはフル パス) を指定します。
戻り値
IFolder - 取得するフォルダーです。

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

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