ILocalizationGetDisplayName Method

Returns the localized displayname for the requested entitySet or property

Definition

Namespace: Scanjour.Workflow4.Base.Localization
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
string GetDisplayName(
	string entitySet,
	string property
)

Parameters

entitySet  String
The entity set that contains the property
property  String
The of property the property

Return Value

String
The localized display name

See Also