ISiteContentLocalizationProviderRetrievePCRName Method (String, String)
|
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,
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
- Type: SystemString
Locale for which to retrieve resources - pcrId
- Type: SystemString
[Missing <param name="pcrId"/> documentation for "M:Ingeniux.CMS.ISiteContentLocalizationProvider.RetrievePCRName(System.String,System.String)"]
Return Value
Type:
StringIf translated, returns the page creation rule's translated name. Otherwise, it returns the PCR's original name
See Also