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(params Expression<Func<IViewFieldCollection, object>>[])
    IDataModel<IViewFieldCollection>.EnsureProperties(params Expression<Func<IViewFieldCollection, object>>[])
    IDataModel<IViewFieldCollection>.EnsurePropertiesAsync(params 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(params Expression<Func<IViewFieldCollection, object>>[])
    IDataModelCollectionLoad<IViewFieldCollection>.LoadBatchAsync(Batch, params 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
    List<string> Items { get; }
    Property Value
    List<string>

    SchemaXml

    Listview fields schema xml

    Declaration
    string SchemaXml { get; }
    Property Value
    string

    Extension Methods

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