Search Results for

    Show / Hide Table of Contents

    Interface IDocumentSetContent

    Represents the default content of document set in SharePoint.

    Inherited Members
    IDataModel<IDocumentSetContent>.Requested
    IDataModel<IDocumentSetContent>.HasValue(String)
    IDataModel<IDocumentSetContent>.HasChanged(String)
    IDataModel<IDocumentSetContent>.IsPropertyAvailable(Expression<Func<IDocumentSetContent, Object>>)
    IDataModel<IDocumentSetContent>.ArePropertiesAvailable(Expression<Func<IDocumentSetContent, Object>>[])
    IDataModel<IDocumentSetContent>.EnsureProperties(Expression<Func<IDocumentSetContent, Object>>[])
    IDataModel<IDocumentSetContent>.EnsurePropertiesAsync(Expression<Func<IDocumentSetContent, Object>>[])
    IDataModel<IDocumentSetContent>.ExecuteRequestAsync(ApiRequest)
    IDataModel<IDocumentSetContent>.ExecuteRequest(ApiRequest)
    IDataModel<IDocumentSetContent>.ExecuteRequestBatchAsync(ApiRequest)
    IDataModel<IDocumentSetContent>.ExecuteRequestBatch(ApiRequest)
    IDataModel<IDocumentSetContent>.ExecuteRequestBatchAsync(Batch, ApiRequest)
    IDataModel<IDocumentSetContent>.ExecuteRequestBatch(Batch, ApiRequest)
    IDataModelParent.Parent
    IDataModelWithContext.PnPContext
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public interface IDocumentSetContent : IDataModel<IDocumentSetContent>, IDataModelParent, IDataModelWithContext, ISupportModules<IDocumentSetContent>

    Properties

    ContentType

    Content type information of the file.

    Declaration
    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.

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

    FolderName

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

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

    Extension Methods

    RequestModuleExtensions.WithHeaders<TModel>(ISupportModules<TModel>, Dictionary<String, String>, Action<Dictionary<String, String>>)
    RequestModuleExtensions.WithResponseHeaders<TModel>(ISupportModules<TModel>, Action<Dictionary<String, String>>)
    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer