ISiteContentLocalizationProviderRetrievePCRName(String, String) Method
|
Retrieves a page creation rule's localized name.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxstring RetrievePCRName(
string locale,
string pcrId
)
Function RetrievePCRName (
locale As String,
pcrId As String
) As String
String^ RetrievePCRName(
String^ locale,
String^ pcrId
)
abstract RetrievePCRName :
locale : string *
pcrId : string -> string Parameters
- locale String
- Locale for which to retrieve resources
- pcrId String
- Unique id of the page creation rule
Return Value
StringIf translated, returns the page creation rule's translated name. Otherwise, it returns the PCR's original name.
See Also