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
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
FolderName
Folder name in which the file will be placed when a new document set is created in the library.
string FolderName { get; set; }