Click or drag to resize
ResourceLibraryInfoProviderGetResourceLibraries Method

Note: This API is now obsolete.

Returns a query for all the ResourceLibraryInfo objects.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IResourceLibraryInfoProvider.Get() instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - ResourceLibraryInfo.Provider.")]
public static ObjectQuery<ResourceLibraryInfo> GetResourceLibraries()

Return Value

Type: ObjectQueryResourceLibraryInfo
See Also