DefaultDocumentCollection.Add(String, ContentTypeId, Byte[]) 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.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
- ctId
- ContentTypeId
- content
- Byte[]
Returns
- Attributes