Click or drag to resize
ResourceLibraryInfoProviderIsImplicitlyIncludedLibrary Method
Returns true, if the libraryInfo is implicitly included in resourceInfo.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 12.0.0
Syntax
C#
public static bool IsImplicitlyIncludedLibrary(
	ResourceLibraryInfo libraryInfo,
	ResourceInfo resourceInfo
)

Parameters

libraryInfo
Type: CMS.ModulesResourceLibraryInfo
resourceInfo
Type: CMS.ModulesResourceInfo

Return Value

Type: Boolean
See Also