ISiteContentLocalizationProviderRetrievePCRName Method (String, IPageCreationRule)
|
Retrieves page creation rule localized name.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax string RetrievePCRName(
string locale,
IPageCreationRule pcr
)
Function RetrievePCRName (
locale As String,
pcr As IPageCreationRule
) As String
String^ RetrievePCRName(
String^ locale,
IPageCreationRule^ pcr
)
abstract RetrievePCRName :
locale : string *
pcr : IPageCreationRule -> string
Parameters
- locale
- Type: SystemString
Locale for which to retrieve resources - pcr
- Type: Ingeniux.CMSIPageCreationRule
Page creation rule
Return Value
Type:
StringIf translated, returns the page creation rule's translated name. Otherwise, it returns the PCR's original name
See Also