Click or drag to resize
Galactic API

SharePointListGetEnumerator Method

Returns an enumerator that iterates through the list.

Namespace:  Galactic.SharePoint
Assembly:  Galactic.SharePoint (in Galactic.SharePoint.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public IEnumerator<SharePointListItem> GetEnumerator()

Return Value

Type: IEnumeratorSharePointListItem
An enumerator that iterates through the list.

Implements

IEnumerableTGetEnumerator
See Also