Click or drag to resize
Galactic API

SharePointDocumentLibraryGetEnumerator Method

Returns an enumerator that iterates through the library.

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

Return Value

Type: IEnumeratorSharePointDocument
An enumerator that iterates through the library.

Implements

IEnumerableTGetEnumerator
See Also