DocumentSet.Create 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.ClientResult<string> Create (Microsoft.SharePoint.Client.ClientRuntimeContext context, Microsoft.SharePoint.Client.Folder parentFolder, string name, Microsoft.SharePoint.Client.ContentTypeId ctid);
static member Create : Microsoft.SharePoint.Client.ClientRuntimeContext * Microsoft.SharePoint.Client.Folder * string * Microsoft.SharePoint.Client.ContentTypeId -> Microsoft.SharePoint.Client.ClientResult<string>
Public Shared Function Create (context As ClientRuntimeContext, parentFolder As Folder, name As String, ctid As ContentTypeId) As ClientResult(Of String)
Parameters
- context
- ClientRuntimeContext
- parentFolder
- Folder
- name
- String
- ctid
- ContentTypeId
Returns
- Attributes