DocumentSet.ImportDocumentSet 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 static Microsoft.SharePoint.Client.DocumentSet.DocumentSet ImportDocumentSet (Microsoft.SharePoint.Client.ClientRuntimeContext context, System.IO.Stream archiveStream, string archiveName, Microsoft.SharePoint.Client.Folder parentFolder, Microsoft.SharePoint.Client.ContentTypeId docsetContentTypeId);
static member ImportDocumentSet : Microsoft.SharePoint.Client.ClientRuntimeContext * System.IO.Stream * string * Microsoft.SharePoint.Client.Folder * Microsoft.SharePoint.Client.ContentTypeId -> Microsoft.SharePoint.Client.DocumentSet.DocumentSet
Public Shared Function ImportDocumentSet (context As ClientRuntimeContext, archiveStream As Stream, archiveName As String, parentFolder As Folder, docsetContentTypeId As ContentTypeId) As DocumentSet
Parameters
- context
- ClientRuntimeContext
- archiveStream
- Stream
- archiveName
- String
- parentFolder
- Folder
- docsetContentTypeId
- ContentTypeId
Returns
- Attributes