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

GetFile

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

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

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

オーバー ロード

オーバーロード説明
GetFile(IFolder, String)Google ドライブから相対パスでファイルを取得します。
GetFile(String, IdentificationType)Google ドライブから URL、ID またはフルパスでファイルを取得します。

GetFile(IFolder, String)

Google ドライブから相対パスでファイルを取得します。

public IFile GetFile(
	IFolder parent,
	string relativePath
)public IFile GetFile(
	IFolder parent,
	string relativePath
)
IFolder
ファイルを検索する Google ドライブ上の基本の場所です。
relativePath 文字列
名前と拡張子を含む、親フォルダーへの相対ファイル パスです。
戻り値
IFile - 取得するファイルです。

GetFile(String, IdentificationType)

Google ドライブから URL、ID またはフルパスでファイルを取得します。
public IFile GetFile(
	string identifier,
	IdentificationType type = IdentificationType.UrlOrId
)public IFile GetFile(
	string identifier,
	IdentificationType type = IdentificationType.UrlOrId
)
識別子 文字列
取得するファイルの識別子 (ID、URL、フル パス) です。
type IdentificationType (任意)
指定した識別子の種類 (ID、URL、またはフル パス) を指定します。
戻り値
IFile - 取得するファイルです。

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

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