public interface IDocumentSet : IDataModel<IDocumentSet>, IDataModelParent, IDataModelWithContext, ISupportModules<IDocumentSet>
Content types allowed in document set.
Declaration
IList<IContentTypeInfo> AllowedContentTypes { get; set; }
Property Value
Declaration
string ContentTypeId { get; set; }
Property Value
Default contents of document set.
Declaration
IList<IDocumentSetContent> DefaultContents { get; set; }
Property Value
Specifies columns to show on the welcome page for the document set.
Declaration
IList<IField> WelcomePageColumns { get; set; }
Property Value
PnP.Core.Model.SharePoint.IList<IField>
|
Welcome page absolute URL.
Declaration
string WelcomePageUrl { get; set; }
Property Value