Documentation > Services API > ServicesTMF > CreateLocaleConfigCache(String)

CreateLocaleConfigCache

Returns a IEnumerable of LocalId objects. The files in the "Locales Config" folder are projected to LocaleId objects.

public IEnumerable<LocaleId> CreateLocaleConfigCache(String)


Returns

Assets from the folder /_TMF/Locales Config/

Parameters

NameDescriptionType
sitePath Path of _TMF folder System.String

Code Example

C#

Sample:

            IEnumerable<LocaleId> ieLID = ServicesTMF.CreateLocaleConfigCache("/SiteQA/TMF_Test_Root/_TMF");
            

Connect with Crownpeak