Click or drag to resize
ResourceLibraryInfoProviderSetResourceLibraryInfoInternal Method
Sets (updates or inserts) specified ResourceLibraryInfo after verifying it is valid.

Namespace: CMS
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 9.0.0
Syntax
C#
protected virtual void SetResourceLibraryInfoInternal(
	ResourceLibraryInfo infoObj
)

Parameters

infoObj
Type: CMSResourceLibraryInfo
ResourceLibraryInfo to be set
See Also