Click or drag to resize

SharePointConfigSettingsLibraries Property

Gets an Enumerable list of SharePoint Libraries defined in config section.

Namespace:  Koden.Utils.SharePoint.ConfigFileSections
Assembly:  Koden.Utils.SharePoint (in Koden.Utils.SharePoint.dll) Version: 1.0.6453.26061
Syntax
public IEnumerable<LibraryElement> Libraries { get; }

Property Value

Type: IEnumerableLibraryElement
The sp libraries.
See Also