 | SharePointConfigSettingsLibrary Method |
Gets the configuration for a specific Library by "name".
Namespace:
Koden.Utils.SharePoint.ConfigFileSections
Assembly:
Koden.Utils.SharePoint (in Koden.Utils.SharePoint.dll) Version: 1.0.6453.26061
Syntaxpublic LibraryElement Library(
string name
)
Public Function Library (
name As String
) As LibraryElement
public:
LibraryElement^ Library(
String^ name
)
member Library :
name : string -> LibraryElement
Parameters
- name
- Type: SystemString
The name.
Return Value
Type:
LibraryElement[Missing <returns> documentation for "M:Koden.Utils.SharePoint.ConfigFileSections.SharePointConfigSettings.Library(System.String)"]
See Also