Click or drag to resize

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

Parameters

locale  String
Locale for which to retrieve resources
pcr  IPageCreationRule
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