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