Click or drag to resize

ISiteContentLocalizationProviderRetrievePCRName Method (String, String)


Retrieves page creation rule localized name.

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

Parameters

locale
Type: SystemString
Locale for which to retrieve resources
pcrId
Type: SystemString

[Missing <param name="pcrId"/> documentation for "M:Ingeniux.CMS.ISiteContentLocalizationProvider.RetrievePCRName(System.String,System.String)"]

Return Value

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