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(params Expression<Func<IDocumentSetContent, object>>[])
    IDataModel<IDocumentSetContent>.EnsureProperties(params Expression<Func<IDocumentSetContent, object>>[])
    IDataModel<IDocumentSetContent>.EnsurePropertiesAsync(params 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
    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
    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