TranslationJob.AddFolder - Méthode
Espace de noms : Microsoft.Office.Client.TranslationServices
Assemblys : Microsoft.Office.Client.TranslationServices.Silverlight (dans Microsoft.Office.Client.TranslationServices.Silverlight.dll); Microsoft.Office.Client.TranslationServices.Phone (dans Microsoft.Office.Client.TranslationServices.Phone.dll) Microsoft.Office.Client.TranslationServices (dans Microsoft.Office.Client.TranslationServices.dll)
Syntaxe
'Déclaration
Public Function AddFolder ( _
inputFolder As Folder, _
outputFolder As Folder, _
recursion As Boolean _
) As ClientResult(Of Boolean)
'Utilisation
Dim instance As TranslationJob
Dim inputFolder As Folder
Dim outputFolder As Folder
Dim recursion As Boolean
Dim returnValue As ClientResult(Of Boolean)
returnValue = instance.AddFolder(inputFolder, _
outputFolder, recursion)
public ClientResult<bool> AddFolder(
Folder inputFolder,
Folder outputFolder,
bool recursion
)
Paramètres
- inputFolder
Type : Microsoft.SharePoint.Client.Folder
- outputFolder
Type : Microsoft.SharePoint.Client.Folder
- recursion
Type : System.Boolean
Valeur renvoyée
Type : Microsoft.SharePoint.Client.ClientResult<Boolean>
Voir aussi
Référence
Microsoft.Office.Client.TranslationServices - Espace de noms