Click or drag to resize

ISiteContentLocalizationProviderRetrievePCRName(String, String) Method


Retrieves a page creation rule's localized name.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
string RetrievePCRName(
	string locale,
	string pcrId
)

Parameters

locale  String
Locale for which to retrieve resources
pcrId  String
Unique id of the page creation rule

Return Value

String
If translated, returns the page creation rule's translated name. Otherwise, it returns the PCR's original name.
See Also