Click or drag to resize

ISiteContentLocalizationProviderRetrievePCRName Method (String, IPageCreationRule)


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,
	IPageCreationRule pcr
)

Parameters

locale
Type: SystemString
Locale for which to retrieve resources
pcr
Type: Ingeniux.CMSIPageCreationRule
Page creation rule

Return Value

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