Search Results for

    Show / Hide Table of Contents

    Class DocumentSetContentOptions

    Options for default document set content

    Inheritance
    object
    DocumentSetContentOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public class DocumentSetContentOptions

    Properties

    ContentTypeId

    Content type of the file to add as default content

    Declaration
    public string ContentTypeId { get; set; }
    Property Value
    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
    string

    FolderName

    Folder name of the default content

    Declaration
    public string FolderName { get; set; }
    Property Value
    string

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