Click or drag to resize
ResourceLibraryInfoProviderGetResourceLibraryInfoInternal Method
Returns ResourceLibraryInfo with specified ID.

Namespace: CMS
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 9.0.0
Syntax
C#
protected virtual ResourceLibraryInfo GetResourceLibraryInfoInternal(
	int id
)

Parameters

id
Type: SystemInt32
ResourceLibraryInfo ID

Return Value

Type: ResourceLibraryInfo
See Also