Class PropertyDataExtensions
Extension methods for Property
Inheritance
System.Object
PropertyDataExtensions
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public static class PropertyDataExtensions : Object
Methods
TranslateDescription(PropertyData)
Translates the description to the current language.
Declaration
public static string TranslateDescription(this PropertyData property)
Parameters
Type | Name | Description |
---|---|---|
Property |
property |
Returns
Type | Description |
---|---|
System. |
The translated description |
Remarks
If no translation is found the help text defined in the Property
TranslateDisplayName(PropertyData)
Translates the display name to the current language.
Declaration
public static string TranslateDisplayName(this PropertyData property)
Parameters
Type | Name | Description |
---|---|---|
Property |
property |
Returns
Type | Description |
---|---|
System. |
The translated display name. |
Remarks
If no translation is found the EditCaption defined in the Property