Atividades
Mais recente
falso
Atividades de produtividade
Last updated 1 de jul de 2024

Get Folder

Obtém uma pasta do Google Drive por caminho relativo ou por URL, ID ou caminho completo.

Namespace: UiPath.Gsuite.Activities.API

Montagem: UiPath.Gsuite.Activities.API (em UiPath.Gsuite.Activities.API.dll)

Sobrecarregas

SobrecargaDescription
GetFolder(IFolder, String)Obtém uma pasta do Google Drive por caminho relativo.
GetFolder(String, IdentificationType)

Obtém uma pasta do Google Drive por URL, ID ou caminho completo.

GetFolder(IFolder, String)

Obtém uma pasta do Google Drive por caminho relativo.
public IFolder GetFolder(
	IFolder parent,
	string relativePath
)public IFolder GetFolder(
	IFolder parent,
	string relativePath
)
parent IFolder
O local base no Google Drive onde pesquisar a pasta.
relativePath String
O caminho de pasta relativo para a pasta pai, incluindo o nome.
RetornarValor
IFolder - A pasta recuperada.

GetFolder(String, IdentificationType)

Obtém uma pasta do Google Drive por URL, ID ou caminho completo.

public IFolder GetFolder(
	string identifier = null,
	IdentificationType type = IdentificationType.UrlOrId
)public IFolder GetFolder(
	string identifier = null,
	IdentificationType type = IdentificationType.UrlOrId
)
identifier String (Opcional)
O identificador (id, url, full path) da pasta a ser recuperada. Se for deixado nulo, retornará a pasta raiz.
type IdentificationType (Opcional)
Especifica o tipo de identificador fornecido (ID, URL ou caminho completo).
RetornarValor
IFolder - A pasta recuperada.

Was this page helpful?

Obtenha a ajuda que você precisa
Aprendendo RPA - Cursos de automação
Fórum da comunidade da Uipath
Logotipo branco da Uipath
Confiança e segurança
© 2005-2024 UiPath. All rights reserved.