MediaLibraryInfoProvider GetMediaLibraryInfo Method Kentico 8.0 API Reference
Overload List

  NameDescription
Public methodStatic memberGetMediaLibraryInfo(Int32)
Returns the MediaLibraryInfo structure for the specified media library.
Public methodStatic memberGetMediaLibraryInfo(String, String)
Returns media library info specified by library name and site name. Do not use for retrieving group MLs (use GetMediaLibraryInfo(string libraryName, int siteId, int groupId) instead).
Public methodStatic memberGetMediaLibraryInfo(String, Int32, Int32)
Returns media library info specified by library name, site name and groupId.
Back to Top
See Also