Click or drag to resize
SharePointViewViewFields Property
List of view fields (fields that will be retrieved from the server; some system fields are always retrieved).

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 9.0.0
Syntax
C#
public List<string> ViewFields { get; set; }

Property Value

Type: ListString
See Also