Interface IViewFieldCollection
- Namespace
- PnP.Core.Model.SharePoint
- Assembly
- PnP.Core.dll
View fields model
public interface IViewFieldCollection : IDataModel<IViewFieldCollection>, IDataModelParent, IDataModelWithContext, IDataModelCollectionLoad<IViewFieldCollection>, ISupportModules<IViewFieldCollection>
- Inherited Members
- Extension Methods
Properties
Items
List view fields
List<string> Items { get; }
Property Value
SchemaXml
Listview fields schema xml
string SchemaXml { get; }