Class DocumentSetContentOptions
Options for default document set content
Inherited Members
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public class DocumentSetContentOptions
Options for default document set content
public class DocumentSetContentOptions
Content type of the file to add as default content
public string ContentTypeId { get; set; }
| string |
File name of the file to be added as default content
public string FileName { get; set; }
| string |
Folder name of the default content
public string FolderName { get; set; }
| string |