Click or drag to resize
ResourceLibraryInfoProviderGetResourceLibraryInfo Method

Note: This API is now obsolete.

Returns ResourceLibraryInfo with specified ID.

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

Parameters

id
Type: SystemInt32
ResourceLibraryInfo ID

Return Value

Type: ResourceLibraryInfo
See Also