Share via


DefaultDocumentCollection.Add(String, ContentTypeId, Byte[]) Method

Definition

[Microsoft.SharePoint.Client.Remote]
public Microsoft.SharePoint.Client.DocumentSet.DefaultDocument Add (string name, Microsoft.SharePoint.Client.ContentTypeId ctId, byte[] content);
member this.Add : string * Microsoft.SharePoint.Client.ContentTypeId * byte[] -> Microsoft.SharePoint.Client.DocumentSet.DefaultDocument
Public Function Add (name As String, ctId As ContentTypeId, content As Byte()) As DefaultDocument

Parameters

name
String
content
Byte[]

Returns

Attributes

Applies to