TranslationJob.AddFolder(Folder, Folder, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.SharePoint.Client.Remote]
public Microsoft.SharePoint.Client.ClientResult<bool> AddFolder (Microsoft.SharePoint.Client.Folder inputFolder, Microsoft.SharePoint.Client.Folder outputFolder, bool recursion);
member this.AddFolder : Microsoft.SharePoint.Client.Folder * Microsoft.SharePoint.Client.Folder * bool -> Microsoft.SharePoint.Client.ClientResult<bool>
Public Function AddFolder (inputFolder As Folder, outputFolder As Folder, recursion As Boolean) As ClientResult(Of Boolean)
Parameters
- inputFolder
- Folder
- outputFolder
- Folder
- recursion
- Boolean
Returns
- Attributes