Search Results for

    Show / Hide Table of Contents

    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

    Properties

    ContentTypeId

    Content type of the file to add as default content

    Declaration
    public string ContentTypeId { get; set; }
    Property Value
    System.String

    File

    File to add as default content

    Declaration
    public IFile File { get; set; }
    Property Value
    IFile

    FileName

    File name of the file to be added as default content

    Declaration
    public string FileName { get; set; }
    Property Value
    System.String

    FolderName

    Folder name of the default content

    Declaration
    public string FolderName { get; set; }
    Property Value
    System.String

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer