IDbResourceDataManager.GetAllResources

Returns a data table of all the resources for all locales. The result is in a table called TResources that contains all fields of the table. The table is ordered by LocaleId.

This version returns either local or global resources in a Web app

Fields: ResourceId,Value,LocaleId,ResourceSet,Type

public List<ResourceItem> GetAllResources(bool localResources,
	bool applyValueConverters,
	string resourceSet)

Parameters

localResources
return local resources if true

applyValueConverters
resourceSet


See also:

Interface IDbResourceDataManager

© West Wind Technologies, 2006 - 2019 • Updated: 01/24/18
Comment or report problem with topic