Table of Contents

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

string

File

File to add as default content

public IFile File { get; set; }

Property Value

IFile

FileName

File name of the file to be added as default content

public string FileName { get; set; }

Property Value

string

FolderName

Folder name of the default content

public string FolderName { get; set; }

Property Value

string