Class DocumentSetContentOptions
Options for default document set content
Inheritance
System.Object
DocumentSetContentOptions
Assembly: PnP.Core.dll
Syntax
public class DocumentSetContentOptions : object
Properties
Content type of the file to add as default content
Declaration
public string ContentTypeId { get; set; }
Property Value
File to add as default content
Declaration
public IFile File { get; set; }
Property Value
File name of the file to be added as default content
Declaration
public string FileName { get; set; }
Property Value
Folder name of the default content
Declaration
public string FolderName { get; set; }
Property Value