Share via


DocumentLibrary.Fields Property

SharePoint Designer Developer Reference

Returns a ListFields collection that represents all fields in a document library.

Syntax

expression.Fields

expression   Required. A variable that represents a DocumentLibrary object.

Remarks

The ListFields collection contains ListField objects that correspond to the column properties of a document library.

See Also