ISiteContentLocalizationProviderRetrievePCRName(String, IPageCreationRule) 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,
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 String
- Locale for which to retrieve resources
- pcr IPageCreationRule
- 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