ILocalizationGetDisplayName Method

Scanjour Workflow4 Reference Manual
Returns the localized displayname for the requested entitySet or property

Namespace:  Scanjour.Workflow4.Base.Localization
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

string GetDisplayName(
	string entitySet,
	string property
)

Parameters

entitySet
Type: SystemString
The entity set that contains the property
property
Type: SystemString
The of property the property

Return Value

Type: String
The localized display name
See Also

Reference