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
Name | Description | Type |
---|---|---|
sitePath | Path of _TMF folder | System.String |
Code Example
C#
Sample:
IEnumerable<LocaleId> ieLID = ServicesTMF.CreateLocaleConfigCache("/SiteQA/TMF_Test_Root/_TMF");