ICustomTabSettingResourceID Property
|
Gets/sets the resource id for tab label. If this settings is in place,
DisplayName will not be used. The resource id must exist in the [locale].resx file in l10n/server folder under CMS site
file structure.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax string ResourceID { get; set; }
Property ResourceID As String
Get
Set
property String^ ResourceID {
String^ get ();
void set (String^ value);
}
abstract ResourceID : string with get, set
Property Value
Type:
StringRemarks The purpose of this settings is to display localized(translated) tab label for different languages.
See Also