Search Results for

    Show / Hide Table of Contents

    Interface IViewFieldCollection

    View fields model

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

    Properties

    Items

    List view fields

    Declaration
    Collections.Generic.List<string> Items { get; }
    Property Value
    System.Collections.Generic.List<System.String>

    SchemaXml

    Listview fields schema xml

    Declaration
    string SchemaXml { get; }
    Property Value
    System.String

    Extension Methods

    DataModelCollectionLoadExtensions.LoadBatchAsync<TModel>(IDataModelCollectionLoad<TModel>, Expression<Func<TModel, Object>>[])
    DataModelCollectionLoadExtensions.LoadBatchAsync<TModel>(IDataModelCollectionLoad<TModel>, Batch, Expression<Func<TModel, Object>>[])
    DataModelCollectionLoadExtensions.LoadBatch<TModel>(IDataModelCollectionLoad<TModel>, Batch, Expression<Func<TModel, Object>>[])
    DataModelCollectionLoadExtensions.LoadBatch<TModel>(IDataModelCollectionLoad<TModel>, Expression<Func<TModel, Object>>[])
    DataModelCollectionLoadExtensions.Load<TModel>(IDataModelCollectionLoad<TModel>, Expression<Func<TModel, Object>>[])
    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