Click or drag to resize
ResourceInfoProviderSetResourceInfo Method

Note: This API is now obsolete.

Sets the specified resource data.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IResourceInfoProvider.Set(ResourceInfo) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - ResourceInfo.Provider.")]
public static void SetResourceInfo(
	ResourceInfo resourceObj
)

Parameters

resourceObj
Type: CMS.ModulesResourceInfo
Resource data object
See Also