Table of Contents

Interface IDocumentSetContent

Namespace
PnP.Core.Model.SharePoint
Assembly
PnP.Core.dll

Represents the default content of document set in SharePoint.

public interface IDocumentSetContent : IDataModel<IDocumentSetContent>, IDataModelParent, IDataModelWithContext, ISupportModules<IDocumentSetContent>
Inherited Members
Extension Methods

Properties

ContentType

Content type information of the file.

IContentTypeInfo ContentType { get; set; }

Property Value

IContentTypeInfo

FileName

Name of the file in resource folder that should be added as a default content or a template in the document set.

string FileName { get; set; }

Property Value

string

FolderName

Folder name in which the file will be placed when a new document set is created in the library.

string FolderName { get; set; }

Property Value

string