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